You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was from apache/airflow#23333 where trying to load a template that doesn't exist in the searchpath raises TemplateNotFound exception. In this case an absolute path is used which causes issue over concatenation but including searchpath might be a useful addition so that user can know under the paths under which the template was searched for and will be helpful during debugging.
This was from apache/airflow#23333 where trying to load a template that doesn't exist in the searchpath raises
TemplateNotFound
exception. In this case an absolute path is used which causes issue over concatenation but includingsearchpath
might be a useful addition so that user can know under the paths under which the template was searched for and will be helpful during debugging.jinja/src/jinja2/loaders.py
Line 218 in 6f79daa
Current exception :
Proposed exception to include searchpath :
The text was updated successfully, but these errors were encountered: