A comprehensive implementation of Data Vault 2.0 methodology using dbt (data build tool) for loading SAP data into Snowflake. This project demonstrates how to build a scalable, auditable, and ...
📁 Project Structure dbt-dag/ ├── dags/ │ ├── dbt_dag.py # Main Airflow DAG │ └── dbt/ │ └── data_pipeline/ # dbt project │ ├── models/ # dbt models │ ├── dbt_project.yml # dbt configuration │ └── ...