We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d5894 commit d8d653fCopy full SHA for d8d653f
Makefile
@@ -59,6 +59,10 @@ install-dev-dbt-%:
59
echo "Applying overrides for dbt 1.5.0"; \
60
$(PIP) install 'dbt-databricks==1.5.6' 'numpy<2' --reinstall; \
61
fi; \
62
+ if [ "$$version" = "1.3.0" ]; then \
63
+ echo "Applying overrides for dbt $$version - upgrading google-cloud-bigquery"; \
64
+ $(PIP) install 'google-cloud-bigquery>=3.0.0' --upgrade; \
65
+ fi; \
66
mv pyproject.toml.backup pyproject.toml; \
67
echo "Restored original pyproject.toml"
68
0 commit comments