foldvari commented on issue #39118:
URL: https://github.com/apache/airflow/issues/39118#issuecomment-2935588575
I'd be happy with an even simpler option: let me refer to a parameter passed
to the task/operator in the template, and use that before the execute method is
called. This way I'd see the named mapping as soon as my task/operator starts
running.
At the moment I do not see any way to refer to a passed parameter to a
classic operator. In case of a @task I can do this, but still it does not get
evaluated until the task finished: map_index_template='{{
task.op_kwargs["number"] }}'
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]