Skip to content

Commit

Permalink
Add databricks dependency to run integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jul 19, 2023
1 parent f9b77d0 commit 47c174a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ test-cov = 'pytest -vv --cov=cosmos --cov-report=term-missing --cov-report=xml -
test-integration-setup = """pip uninstall dbt-postgres; \
rm -rf airflow.*; \
airflow db init; \
pip install dbt-postgres;"""
pip install dbt-postgres; \
pip install dbt-databricks"""
test-integration = """pytest -vv --cov=cosmos --cov-report=term-missing --cov-report=xml --durations=0 -m integration"""

[tool.pytest.ini_options]
Expand Down

0 comments on commit 47c174a

Please sign in to comment.