breedfides / airflow-etl

0 stars 2 forks source link

Implement primary Orchestrator DAG to handle all incoming POST API requests #8

Closed brightemahpixida closed 9 months ago

brightemahpixida commented 9 months ago

Overview: This pull request introduces a central orchestration feature to the ETL pipeline in the form of a primary DAG - this DAG handles all incoming POST requests made on airflow's API endpoint. The DAG then extracts the parameters found on the response payload as input variables to be used by other downstream DAGs for the clipping workflow.

Changes Made: