feat(infra): add airflow orchestration services
Add Apache Airflow infrastructure with webserver, scheduler, and metadata database to enable DAG-based pipeline orchestration. Includes optimized requirements file and Docker configuration for Airflow 2.9.3.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Optimized requirements for Airflow Docker setup
|
||||
# Only includes packages actually used in DAGs
|
||||
|
||||
# Core database connector
|
||||
psycopg2-binary==2.9.9
|
||||
|
||||
# Data processing (used in data_processing_dag.py and file_operations_dag.py)
|
||||
pandas==2.1.4
|
||||
|
||||
# Data generation library (used in file_operations_dag.py)
|
||||
mimesis==15.1.0
|
||||
|
||||
# Airflow PostgreSQL provider (used in sql_basic_dag.py and data_processing_dag.py)
|
||||
apache-airflow-providers-postgres==5.11.1
|
||||
Reference in New Issue
Block a user