How to access the mapped value of a task-group parameter in a Jinja template? #52775
Unanswered
bjoernpollex
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use-case where I create a task group that has a parameter over which I am expanding. Now I have an operator inside this task group that needs to access the parameter value in a Jinja template. Below is a simple DAG that demonstrates the use-case:
The
bash_command
is supposed toecho
the mapped value. Can someone tell me how I can achieve that?Beta Was this translation helpful? Give feedback.
All reactions