ETL Pipeline with Apache Airflow: Extract, Transform, and Load Data into SQLite
This Data Engineer project creates an ETL pipeline using Airflow. Data is extracted from CSV sources, saved as CSV in the `data/` folder, and loaded into SQLite. The `BranchOperator` selects the extraction task. Includes DAGs, staging folder, SQLite results, and screenshots of the pipeline.
ETL Pipeline with Apache Airflow: Extract, Transform, and Load Data into SQLite Read More »










