Apache Airflow version
2.10.5
If "Other Airflow 2 version" selected, which one?
No response
What happened?
Can someone please let me know how to make named-map task work, while the mapped-task is running ? - the names get reflected only after the task ends up in one of the completed states (skipped, failed, success)
FYI, below is an excerpt:
@task(map_index_template="{{ table_map[0] }}")deftask_fund_lifecycle(running_result: Dict, table_map: tuple):
# blah blahfund_result=task_fund_lifecycle.partial(
running_result=running_result,
).expand(
table_map=table_map_list# table_map_list is of kind: ("FUND_RAISE", ["TABLE_A", "TABLE_B"])
)

What you think should happen instead?
No response
How to reproduce
@task(map_index_template="{{ table_map[0] }}")deftask_fund_lifecycle(running_result: Dict, table_map: tuple):
# blah blahfund_result=task_fund_lifecycle.partial(
running_result=running_result,
).expand(
table_map=table_map_list# `table_map_list` is of kind: ("FUND_RAISE", ["TABLE_A", "TABLE_B"])
)Operating System
Lin, Mac, Win
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
Apache Airflow version
2.10.5
If "Other Airflow 2 version" selected, which one?
No response
What happened?
Can someone please let me know how to make named-map task work, while the mapped-task is running ? - the names get reflected only after the task ends up in one of the completed states (skipped, failed, success)
FYI, below is an excerpt:
What you think should happen instead?
No response
How to reproduce
Operating System
Lin, Mac, Win
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct