Brunda10 commented on PR #54177: URL: https://github.com/apache/airflow/pull/54177#issuecomment-3166727695
Thanks for the feedback! As suggested, I investigated the root of the `template_searchpath` behavior and located how it’s derived in the DAG rendering flow. - A new `template_searchpath` config option in `config_templates/config.yml` - Fallback logic in the DAG template rendering for consistent behavior - Clear defaults without overloading Breeze CLI parameters The updated implementation is available here: [New PR → #54256](https://github.com/apache/airflow/pull/54256) -- 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]
