rawwar commented on issue #39584:
URL: https://github.com/apache/airflow/issues/39584#issuecomment-2107580559

   I looked into this, and the following is my analysis.
   
   This error will happen whenever we are parsing values using 
`jinja_env.from_string(value)` . This happens when the string is not a valid 
jinja template variable. 
   
   In this case, `{*` is a statement delimiter. And, `jinja_env.from_string` 
will try to parse it and fail.  Hence, the string should adhere to Jinja's 
syntax rules and not contain unrecognized or improperly formatted tags


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to