kaxil closed issue #39584: ExternalPythonOperator Jinja template rendering
exception when op_kwargs dictionary value contain special characters
URL: https://github.com/apache/airflow/issues/39584
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
kaxil closed issue #39584: ExternalPythonOperator Jinja template rendering
exception when op_kwargs dictionary value contain special characters
URL: https://github.com/apache/airflow/issues/39584
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
rawwar commented on issue #39584:
URL: https://github.com/apache/airflow/issues/39584#issuecomment-2401335394
@potiuk, I completely forgot about this issue and just started working on
it. But, I feel this is definitely not a bug, nor require mention of whether to
use Jinja templating specif
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
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 s
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
rawwar commented on issue #39584:
URL: https://github.com/apache/airflow/issues/39584#issuecomment-2107431272
I was able to replicate the issue. But, I am not sure if this is a valid
issue. I was also able to replicate this for a usual PythonOperator. Because,
all jinja template variables
boring-cyborg[bot] commented on issue #39584:
URL: https://github.com/apache/airflow/issues/39584#issuecomment-2107245331
Thanks for opening your first issue here! Be sure to follow the issue
template! If you are willing to raise PR to address this issue please do so, no
need to wait for ap
samodelkinas opened a new issue, #39584:
URL: https://github.com/apache/airflow/issues/39584
### Apache Airflow version
2.9.1
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Airflow DAG throws an exception while calling