-
|
I am part of a platform team and the users of the platform have dags in their own repo and org. I have planned to use a single repo with submodule added as part of the onboarding process. I have deployed airflow in Kubernetes using the latest helm chart What I expect to happen:
What is Not Working:
Any thoughts or suggestions on this behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Yes. It is expected behaviour of submodules. There needs to be somoene who decides that the current "main" versions of the submodules are bound together in the main repo. |
Beta Was this translation helpful? Give feedback.
-
|
Could be automated - with web hooks, or polling in the way that you usually automate those things. |
Beta Was this translation helpful? Give feedback.
Yes. It is expected behaviour of submodules. There needs to be somoene who decides that the current "main" versions of the submodules are bound together in the main repo.