Skip to content

Commit

Permalink
Try upgrading dbt-core & dbt adapters versions to see if the dependen…
Browse files Browse the repository at this point in the history
…cies resolve
  • Loading branch information
pankajkoti committed Oct 3, 2024
1 parent 93eb17e commit 37b26b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test/integration-sqlite-setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip uninstall -y dbt-core dbt-sqlite openlineage-airflow openlineage-integration-common; \
rm -rf airflow.*; \
airflow db init; \
pip install 'dbt-core==1.4' 'dbt-sqlite<=1.4' 'dbt-databricks<=1.4' 'dbt-postgres<=1.4'
pip install 'dbt-core==1.8' 'dbt-sqlite<=1.8' 'dbt-databricks<=1.8' 'dbt-postgres<=1.8'

0 comments on commit 37b26b2

Please sign in to comment.