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

   > @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
   
   Yes. Feel free to update the docs


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