Skip to content

Commit 6927e1f

Browse files
committed
chore: add PATH for dag imports
1 parent ab8207a commit 6927e1f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

helm/cas-airflow/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ airflow:
143143
extraVolumeMounts:
144144
- name: cas-airflow-dynamic-dags
145145
mountPath: /opt/airflow/dags/dynamic
146+
env:
147+
- name: PYTHONPATH
148+
value: "/opt/airflow/dags"
146149

147150
postgresql:
148151
enabled: false

0 commit comments

Comments
 (0)