Фикс сборки airflow
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
# Only includes packages actually used in DAGs
|
||||
|
||||
# Core database connector
|
||||
psycopg2-binary==2.9.7
|
||||
psycopg2-binary==2.9.9
|
||||
|
||||
# Data processing (used in data_processing_dag.py and file_operations_dag.py)
|
||||
pandas==2.1.4
|
||||
|
||||
# Airflow PostgreSQL provider (used in sql_basic_dag.py and data_processing_dag.py)
|
||||
apache-airflow-providers-postgres==8.5.1
|
||||
apache-airflow-providers-postgres==5.11.1
|
||||
|
||||
Reference in New Issue
Block a user