eladkal commented on code in PR #54256:
URL: https://github.com/apache/airflow/pull/54256#discussion_r2284935784


##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -509,6 +509,19 @@ core:
       type: string
       example: ~
       default: ~
+    template_searchpath:
+      description: |
+        Path where Airflow looks for Jinja templates used in DAGs and task 
fields.
+        Can be a single absolute path (string) or a comma-separated list of 
multiple
+        absolute paths.
+        When multiple paths are specified, Airflow searches them in the 
provided order
+        until the requested template file is found. Relative paths are 
resolved against
+        `AIRFLOW_HOME`.
+      version_added: ~

Review Comment:
   ```suggestion
         version_added: 3.1.0
   ```



-- 
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]

Reply via email to