uranusjr opened a new pull request, #26844: URL: https://github.com/apache/airflow/pull/26844
This implements `partial()`, `expand()`, and `expand_kwargs()` on the `@task_group` decorator. The expand functions create a MappedTaskGroup instance that is TaskGroup + metadata for tasks to expand. This PR only adds the constructs, but the mapped task group would not work as expected since it is NOT YET handled by the scheduler (it would behave identically to a normal TaskGroup). This will be corrected in a later PR. -- 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]
