There was an error while loading. Please reload this page.
1 parent 03eb5b7 commit 17d4dc9Copy full SHA for 17d4dc9
1 file changed
helm/cas-airflow/values.yaml
@@ -44,6 +44,9 @@ airflow:
44
value: /gcs/credentials.json
45
- name: AIRFLOW__DAG_PROCESSOR__DAG_BUNDLE_STORAGE_PATH
46
value: "/opt/airflow/dag_bundles"
47
+ # Allows for the dags to import the common configuration `dags/dag_configuration.py`
48
+ - name: PYTHONPATH
49
+ value: "/opt/airflow/dags:/opt/airflow/dag_bundles"
50
51
# Images
52
images:
@@ -145,8 +148,6 @@ airflow:
145
148
cpu: 50m
146
149
memory: 800Mi
147
150
env:
- - name: PYTHONPATH
- value: "/opt/airflow/dags"
151
- name: ENVIRONMENT
152
value: dev
153
# Git bundles and sync
0 commit comments