Skip to content

Commit

Permalink
update dbt version of integration setup
Browse files Browse the repository at this point in the history
  • Loading branch information
binhnq94 committed Sep 29, 2023
1 parent 7dfd259 commit 725a0d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ test-cov = """pytest -vv --cov=cosmos --cov-report=term-missing --cov-report=xml
test-integration-setup = """pip uninstall dbt-postgres dbt-databricks; \
rm -rf airflow.*; \
airflow db init; \
pip install 'dbt-core==1.5.4' 'dbt-databricks<=1.5.4' 'dbt-postgres<=1.5.4' 'openlineage-airflow'"""
pip install 'dbt-core' 'dbt-databricks' 'dbt-postgres' 'openlineage-airflow'"""
test-integration = """rm -rf dbt/jaffle_shop/dbt_packages;
rm -rf dev/dags/dbt/model_version/dbt_packages;
pytest -vv \
--cov=cosmos \
--cov-report=term-missing \
Expand All @@ -174,6 +175,7 @@ pytest -vv \
-k 'not (example_cosmos_python_models or example_virtualenv)'
"""
test-integration-expensive = """rm -rf dbt/jaffle_shop/dbt_packages;
rm -rf dbt/model_version/dbt_packages;
pytest -vv \
--cov=cosmos \
--cov-report=term-missing \
Expand Down

0 comments on commit 725a0d2

Please sign in to comment.