From 47c174a3f31dfafd1ea5fa6b72d1032e1d6ab9e9 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Thu, 20 Jul 2023 00:14:37 +0100 Subject: [PATCH] Add databricks dependency to run integration tests --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c8701193..2663beaad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]