Skip to content

Commit

Permalink
pollution-v2: ci/cd add AIRFLOW_UID to env
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 6, 2024
1 parent bad8b63 commit 0597d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-pollution-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
X_PROVENANCE_NAME: ${{ env.PROJECT_NAME }}
X_PROVENANCE_VERSION: ${{ github.sha }}

X_AIRFLOW_UID: 5000
X_AIRFLOW__CORE__EXECUTOR: CeleryExecutor
X_AIRFLOW__DATABASE__SQL_ALCHEMY_CONN: postgresql+psycopg2://airflow:airflow@postgres/airflow
X_AIRFLOW__CELERY__RESULT_BACKEND: db+postgresql://airflow:airflow@postgres/airflow
Expand Down

0 comments on commit 0597d2b

Please sign in to comment.