Re: [I] ExternalPythonOperator Jinja template rendering exception when op_kwargs dictionary value contain special characters [airflow]

2024-10-09 Thread via GitHub
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

Re: [I] ExternalPythonOperator Jinja template rendering exception when op_kwargs dictionary value contain special characters [airflow]

2024-10-09 Thread via GitHub
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

Re: [I] ExternalPythonOperator Jinja template rendering exception when op_kwargs dictionary value contain special characters [airflow]

2024-10-08 Thread via GitHub
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

Re: [I] ExternalPythonOperator Jinja template rendering exception when op_kwargs dictionary value contain special characters [airflow]

2024-05-13 Thread via GitHub
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

Re: [I] ExternalPythonOperator Jinja template rendering exception when op_kwargs dictionary value contain special characters [airflow]

2024-05-13 Thread via GitHub
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

Re: [I] ExternalPythonOperator Jinja template rendering exception when op_kwargs dictionary value contain special characters [airflow]

2024-05-13 Thread via GitHub
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

Re: [I] ExternalPythonOperator Jinja template rendering exception when op_kwargs dictionary value contain special characters [airflow]

2024-05-13 Thread via GitHub
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

Re: [I] ExternalPythonOperator Jinja template rendering exception when op_kwargs dictionary value contain special characters [airflow]

2024-05-13 Thread via GitHub
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

[I] ExternalPythonOperator Jinja template rendering exception when op_kwargs dictionary value contain special characters [airflow]

2024-05-13 Thread via GitHub
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