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

   @potiuk , I think the solution for this is not a code fix. Rather, update 
the documentation to inform users that the values passed to `op_args` and 
`op_kwargs` should follow jinja syntax rules. If they want to have a string 
with characters that jinja uses, they can do one of the following as mentioned 
in the [jinja 
docs](https://jinja.palletsprojects.com/en/3.0.x/templates/#escaping)
   1. Use Escaping Delimiters
   2. Use raw blocks


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