Skip to content

Fix templating issues

Fabian Kaelin requested to merge fab_templating into main

Jinja templates are somehow not resolved in tasks using the taskflow api when using props. For now we pass them in as arguments from the dag context, though I suspect there is more appropriate way to handle this.

Merge request reports