Skip to content

Commit

Permalink
Improve integration setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed May 9, 2024
1 parent 8894e46 commit 1d5cbf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/test/integration-setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# we install using the following workaround to overcome installation conflicts, such as:
# apache-airflow 2.3.0 and dbt-core [0.13.0 - 1.5.2] and jinja2>=3.0.0 because these package versions have conflicting dependencies
pip uninstall -y dbt-postgres dbt-databricks dbt-vertica; \
rm -rf airflow.*; \
airflow db init; \
pip install 'dbt-core' 'dbt-databricks' 'dbt-postgres' 'dbt-vertica' 'openlineage-airflow' 'apache-airflow-providers-postgres'
pip uninstall -y dbt-postgres dbt-databricks dbt-vertica;
pip install 'dbt-core' 'dbt-databricks' 'dbt-postgres' 'dbt-vertica' 'openlineage-airflow' 'apache-airflow-providers-postgres';
rm -rf airflow.*;
airflow db init;

0 comments on commit 1d5cbf0

Please sign in to comment.