-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Airflow git-sync is not working #885
Comments
@Jim0530 what version of airflow do you see in the bottom left of your web UI? Also, do you seen any logs on the git-sync sidecar container of the scheduler pod? Also, can you share your git-sync values? |
i find out that i am using the newest image for git-sync which those variables are not allowed to use |
Seeing the same problem with 8.9.0. I downgraded to 8.8.0 and the git sync seems to be working again. |
@CoinCoderBuffalo I think the most likely issue was that you were trying to use the Currently, the latest version supported by 8.9.0 (and before) is If someone wants to look into what changed in git-sync v4 and make a PR for the chart, that would be great. (Not sure if its possible to make the changes in a backwards compatible way, or if we need to tell people to use v4 versions of git-sync only, after the update). |
This issue has been automatically marked as stale because it has not had activity in 60 days. Thank you for your contributions. Issues never become stale if any of the following is true:
|
Checks
User-Community Airflow Helm Chart
.Chart Version
8.9.0
Kubernetes Version
Helm Version
Description
my airflow version is 2.9.3
I was trying to use git-sync as my dag solution. My git respository is called Airflow. And when i deploy airflow with helm. i found out that there's no dag in airflow. However when i user airflow with image to update dags it works.
This is my folder structure of my repo.
so i config the subrepoPath: "dags/"
So when i find out dags missing, i check my folder under /opt/airflow/dags there's a /opt/airflow/dags/Airflow.git which is weird and maybe can explain the reason that dags is missing. Is there any solution of it?
Relevant Logs
Custom Helm Values
No response
The text was updated successfully, but these errors were encountered: