Category: Airflow

  • How to execute DBT Core Commands with Airflow dags

    How to execute DBT Core Commands with Airflow dags

    This is an additional step for our local data stack, which includes a Dev container, dbt, PostgreSQL, Metabase, and Airflow. With Airflow, we can schedule the execution of our project. I will explain how to run the dbt run, dbt clean, and dbt compile commands. First, I will explain how to add the Airflow image…