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 demonstrates a complete Jenkins CI/CD pipeline for a Python application, including automated testing, code quality checks, security scanning, and deployment. jenkins_project/ ├── app.py # ...