You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/18 21:39:26 UTC

[GitHub] [airflow] gfelot commented on issue #16529: Cannot split Jinja str and render_template_as_native_obj doesn't exist

gfelot commented on issue #16529:
URL: https://github.com/apache/airflow/issues/16529#issuecomment-864287465


   For the doc issue. My bad I didn't check the version you are right. Good if I help out on something. When I try to fix the doc with the builtin button "Suggest a change on this page" I got a 404: https://github.com/apache/airflow/edit/devel/docs/apache-airflow/concepts/operators.rst
   
   For the splitting issue, I knew that jinja was working at running level but I thought that the splitting would work. I made several variables like that because I will need those values like 5 times in the same DAG (the one I shared is for demonstration purposes). That's why I didn't want to write the logic multiple times and had to fix the same bug at differents places (kinda factorization).
   The PythonOperator is for demonstration here so I know how to use XCom. For the S3Operator I will use the templated values.
   
   Thank you for the quick answer.
   
   
   
   


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

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