docs: platforms -> providers (#27285)

This commit is contained in:
Erick Friis
2024-10-16 11:27:07 -07:00
committed by GitHub
parent fdb7f951c8
commit a38e903360
19 changed files with 68 additions and 43 deletions

View File

@@ -18,7 +18,7 @@ for dir; do \
if find "$$dir" -maxdepth 1 -type f \( -name "pyproject.toml" -o -name "setup.py" \) | grep -q .; then \
echo "$$dir"; \
fi \
done' sh {} + | grep -vE "airbyte|ibm|couchbase|databricks" | tr '\n' ' ')
done' sh {} + | grep -vE "airbyte|ibm|databricks" | tr '\n' ' ')
PORT ?= 3001