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/27 00:00:55 UTC

[GitHub] [airflow] uranusjr commented on issue #14597: Provide jinja template syntax to access connections

uranusjr commented on issue #14597:
URL: https://github.com/apache/airflow/issues/14597#issuecomment-869075856


   Also being able to access a connection is pretty useful for other operators as well (some don’t have another way to store secrets. The alternatives are either to hand-roll a `ConnectionAccessor` like `var` (so why not do this for them), or create a custom operator (a bit heavy for most use cases). Another +1 from me.


-- 
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: commits-unsubscribe@airflow.apache.org

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