A complete data pipeline that loads account data from BigQuery source to target table using dbt, containerized with Docker, automated with Jenkins CI/CD, and orchestrated with Airflow.
This project builds a CI/CD pipeline using Jenkins to automate: Cloning code from GitHub Setting up Python virtual environment Installing dependencies Running automated tests (pytest) Building and ...