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/05/17 19:38:00 UTC

[GitHub] [airflow] eladkal commented on pull request #15727: templatize_awsconnectionid

eladkal commented on pull request #15727:
URL: https://github.com/apache/airflow/pull/15727#issuecomment-842580679


   > This PR is to pass the Connection_ID value to the operator as part of XCom variable dynamically. (I am creating the airflow connection (i am giving the airflow connection name as `$run_id+$dag_id`) using my plugin and inserting the connection_id name in Xcom variable so that dag remaining steps can use the connection_id name from XCOM variable.
   
   This explains why you need the templating for your flow but it doesn't explain the logic behind this flow.
   Can you please elaborate on the part of why are you doing it? Why do you need each run to use a different and unique connection?


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