TemplateSyntaxError: unexpected char u'\\' at 205 Airflow Macros

和自甴很熟 提交于 2019-12-12 04:19:31

问题


I am getting the following error :

File "<unknown>", line 1, in template
TemplateSyntaxError: unexpected char u'\\' at 205        

When I include this in my code:

'{{ macros.ds_format(macros.ds_add(ds, -13), "%Y-%m-%d", "%Y%m%d") }}'

I re-typed it in vim in case it was an error with encoding, but still no luck!

来源:https://stackoverflow.com/questions/44190948/templatesyntaxerror-unexpected-char-u-at-205-airflow-macros

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!