[I] Dynamic mapping over task group is broken with multiple_outputs [airflow]

2024-01-29 Thread via GitHub
tanelk opened a new issue, #37073: URL: https://github.com/apache/airflow/issues/37073 ### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? When returning multiple outputs from a

Re: [I] Dynamic mapping over task group is broken with multiple_outputs [airflow]

2024-03-05 Thread via GitHub
github-actions[bot] commented on issue #37073: URL: https://github.com/apache/airflow/issues/37073#issuecomment-1979847925 This issue has been automatically marked as stale because it has been open for 14 days with no response from the author. It will be closed in next 7 days if no further

Re: [I] Dynamic mapping over task group is broken with multiple_outputs [airflow]

2024-03-13 Thread via GitHub
github-actions[bot] commented on issue #37073: URL: https://github.com/apache/airflow/issues/37073#issuecomment-1996166748 This issue has been closed because it has not received response from the issue author. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] Dynamic mapping over task group is broken with multiple_outputs [airflow]

2024-03-13 Thread via GitHub
github-actions[bot] closed issue #37073: Dynamic mapping over task group is broken with multiple_outputs URL: https://github.com/apache/airflow/issues/37073 -- 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

Re: [I] Dynamic mapping over task group is broken with multiple_outputs [airflow]

2024-01-29 Thread via GitHub
tanelk commented on issue #37073: URL: https://github.com/apache/airflow/issues/37073#issuecomment-1916117531 I looked at it a bit more and the issue seems to be with the airflow.models.taskmap.TaskMap design. The airflow.models.taskinstance._record_task_map_for_downstreams method does not

Re: [I] Dynamic mapping over task group is broken with multiple_outputs [airflow]

2024-01-29 Thread via GitHub
tanelk commented on issue #37073: URL: https://github.com/apache/airflow/issues/37073#issuecomment-1916128216 The same issue occurs when not using task groups, but it is handled a bit more gracefully: https://github.com/apache/airflow/blob/8914e49551d8ae5ece7418950b011c1f338b4634/airflow

Re: [I] Dynamic mapping over task group is broken with multiple_outputs [airflow]

2024-02-13 Thread via GitHub
github-actions[bot] commented on issue #37073: URL: https://github.com/apache/airflow/issues/37073#issuecomment-1942885338 This issue has been automatically marked as stale because it has been open for 14 days with no response from the author. It will be closed in next 7 days if no further