Orchestrating with Airflow

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18

After verifying that all previous steps are working correctly, it's time to run your data pipeline.

  1. In the Airflow UI, go to the DAGs section, locate elt_dag, and click Trigger.
    • This initiates the complete data pipeline: Airbyte syncs data from Sample Data to Teradata, then dbt transforms the raw data into staging and marts models.
    • Check the status of elt_dag by clicking on it.

DAGs

  1. After both DAGs complete, check the dbt_dag graph.

DAGs two complete

Note

The dbt project is located in the dbt_project folder.

  1. You can check the newly created views in the transformed_data dataset on Teradata using a database client UI.

Materialized Models