Slackbot
12/29/2022, 8:10 AMEduardo
grid:
some_dict:
some_key: some_value
then, you can refer to the values in the task names:
name: some-task-[[some_dict.some_key]]
Note: We have not tested the dot notation ([[something.another]]
) since we never thought about that use case but my guess is that it should work since we're just passing jinja variables to render the task name. so if you have issues let me know!Jakub Bartczuk
12/30/2022, 10:25 AMJakub Bartczuk
12/30/2022, 10:25 AMJakub Bartczuk
12/30/2022, 10:26 AMJakub Bartczuk
12/30/2022, 10:33 AMJakub Bartczuk
12/30/2022, 10:33 AMJakub Bartczuk
12/30/2022, 10:34 AMEduardo