Replies: 1 comment
-
You need to sync DAG yourself - how to do it - up to you. You can look at https://airflow.apache.org/docs/helm-chart/stable/manage-dags-files.html on what options the helm chart of airlfow can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using version 2.6.2 of Airflow, with Celery as the executor. The Airflow webserver and scheduler are deployed on machine A, while the worker is deployed on machine B. When I update the DAG, do I need to update both machine A and B at the same time? Or do I only need to update the DAG on machine A, and the file will automatically sync to machine B? If both machines A and B need to synchronize DAG files, what is a good way to do it? The frequency of updating DAG files is approximately 3 to 4 times per week. Note: 1. Machines A and B cannot use shared file storage such as CFS. 2. I have an S3-like OSS that can be used.
Beta Was this translation helpful? Give feedback.
All reactions