Пример конфигурации локальных переменных

This commit is contained in:
2025-10-18 23:54:52 +03:00
parent 0dffd5df20
commit b2f40e4dd2
2 changed files with 21 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
# Airflow Configuration
AIRFLOW_USER=admin
AIRFLOW_PASSWORD=admin
# PostgreSQL (Airflow metadata)
PG_USER=airflow
PG_PASSWORD=airflow
PG_DB=airflow
# Greenplum Configuration
GP_USER=gpadmin
GP_PASSWORD=gpadmin
GP_DB=gpadmin
GP_HOST=greenplum
GP_PORT=5432
GP_CONN_ID=greenplum_conn
GP_USE_AIRFLOW_CONN=true
# CSV Pipeline
CSV_DIR=/opt/airflow/data
CSV_ROWS=1000
-1
View File
@@ -2,7 +2,6 @@
# Do not commit secrets # Do not commit secrets
.env .env
.env.*
__pycache__/ __pycache__/
*/__pycache__/ */__pycache__/
*.pyc *.pyc