Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 415 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 415 Bytes

Spotify_Weather_Airflow

This repository shows concepts and DAGs which connect to a Postgres database. The DAGs automate the ingestion of data from two third-party APIs, and the creation of tables with PostgresOperator, queries to the database with PostgresHook, execution of Python functions with PythonOperator, as well as execution of Bash commands with BashOperator. The airflow was containerized with Docker.