tessl install tessl/pypi-apache-airflow-providers-dbt-cloud@4.4.0Provider package for integrating Apache Airflow with dbt Cloud for data transformation workflow orchestration
Agent Success
Agent success rate when using this tile
84%
Improvement
Agent success rate improvement when using this tile compared to baseline
1x
Baseline
Agent success rate without this tile
84%
Build an Airflow DAG that orchestrates a long-running dbt Cloud job while efficiently managing worker resources.
Your DAG must:
efficient_dbt_orchestrationdbt_cloud_default12345@generates
# DAG configuration
dag_id: str = "efficient_dbt_orchestration"
schedule: str = "@daily"
start_date: datetime
# Task configuration
dbt_cloud_connection_id: str = "dbt_cloud_default"
job_id: int = 12345
polling_interval: int = 60 # seconds
timeout: int = 3600 # secondsProvides workflow orchestration framework.
Provides dbt Cloud integration for Airflow.