Skip to content

Commit

Permalink
Install dbt bigquery adapter for running simple_dag_async
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Oct 1, 2024
1 parent 745768e commit 56e1f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY ./README.rst ${AIRFLOW_HOME}/astronomer_cosmos/
COPY ./cosmos/ ${AIRFLOW_HOME}/astronomer_cosmos/cosmos/
COPY ./dev/requirements.txt ${AIRFLOW_HOME}/requirements.txt
# install the package in editable mode
RUN uv pip install --system -e "${AIRFLOW_HOME}/astronomer_cosmos"[dbt-postgres,dbt-databricks] && \
RUN uv pip install --system -e "${AIRFLOW_HOME}/astronomer_cosmos"[dbt-postgres,dbt-databricks,dbt-bigquery] && \
uv pip install --system -r ${AIRFLOW_HOME}/requirements.txt


Expand Down
2 changes: 1 addition & 1 deletion tests/dbt/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ def test_save_dbt_ls_cache(mock_variable_set, mock_datetime, tmp_dbt_project_dir
if sys.platform == "darwin":
assert hash_dir == "25beeb54cc4eeabe6198248e286a1cfe"
else:
assert hash_dir == "45ed7a4e1ab1ede62ccbe7ebdaa14208"
assert hash_dir == "6f63493009733a7be34364a6ea3ffd3c"


@pytest.mark.integration
Expand Down

0 comments on commit 56e1f75

Please sign in to comment.