Subham-KRLX opened a new pull request, #65758: URL: https://github.com/apache/airflow/pull/65758
This PR allows users to configure the Git Sync destination directory via `dags.gitSync.link` (defaulting to `"repo"` for backward compatibility). ### What changed - Added `dags.gitSync.link` to values and schema. - Updated sidecar environment variables and the `airflow_dags` helper to honor the custom link name. - Updated documentation and release notes. ### Why Currently Git-Sync forces the DAG path to be `/dags/repo/...`. This fix enables customization for users who need a different directory structure. closes: #65589 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude(for research) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
