← Go Back
Airflow Weather Service - Data Pipeline
An Airflow DAG to get the previous day's weather data and saves it in a CSV file.
- Uses PythonOperator to make a call to Weather Data applies transformations and
saves it to a local CSV file.
- Use a directory mount docker volume, which mounts the current data directory
with the docker data directory.
- Tech Stack: Python, Docker, Apache Airflow