We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c09e3 commit 1b77dfeCopy full SHA for 1b77dfe
2 files changed
Makefile
@@ -57,7 +57,7 @@ install-dev-dbt-%:
57
fi; \
58
if [ "$$version" = "1.5.0" ]; then \
59
echo "Applying overrides for dbt 1.5.0"; \
60
- $(PIP) install 'databricks-sql-connector==4.1.3' 'databricks-sdk==0.9.0' 'dbt-databricks==1.5.6' 'numpy<2' --reinstall; \
+ $(PIP) install 'dbt-databricks==1.5.6' 'numpy<2' --reinstall; \
61
62
mv pyproject.toml.backup pyproject.toml; \
63
echo "Restored original pyproject.toml"
pyproject.toml
@@ -57,8 +57,6 @@ dev = [
"beautifulsoup4",
"clickhouse-connect",
"cryptography<46.0.0",
- # `0.66.0` release contains a breaking change for dbt-databricks
- "databricks-sdk<0.66.0",
"databricks-sql-connector",
"dbt-bigquery",
64
"dbt-core",
0 commit comments