Run dbt deps
when using load_mode=LoadMode.DBT_LS
#445
Labels
Milestone
dbt deps
when using load_mode=LoadMode.DBT_LS
#445
As of Cosmos 1.0, when we run
dbt ls
as part ofload_mode=LoadMode.DBT_LS
, we don't pre-rundbt deps
.This would be a useful feature based on the community feedback, including this thread in the Airflow Community Slack.
https://apache-airflow.slack.com/archives/C059CC42E9W/p1691413162622129?thread_ts=1691398106.912769&cid=C059CC42E9W
The goal with this ticket is to run
dbt deps
beforedbt ls
.The text was updated successfully, but these errors were encountered: