After verifying that all previous steps are working correctly, it's time to run your data pipeline.
- 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
stagingandmartsmodels. - Check the status of
elt_dagby clicking on it.
- This initiates the complete data pipeline: Airbyte syncs data from Sample Data to Teradata, then dbt transforms the raw data into
- After both DAGs complete, check the
dbt_daggraph.
Note
The dbt project is located in the dbt_project folder.
- You can check the newly created views in the
transformed_datadataset on Teradata using a database client UI.