MatrixManAtYrService commented on issue #21867:
URL: https://github.com/apache/airflow/issues/21867#issuecomment-1095113648

   I expect that some of the work necessary to make this possible will be done 
as part of 
[AIP-42](https://github.com/apache/airflow/projects/12?card_filter_query=task+groups).
  
   
   That feature lets you take a list of _n_ items (in XCom, say) and tell 
Airflow to create _n_ tasks for those items.  The task group part of it isn't 
done yet, but when it is, you'll be able to have it create _n_ task groups as 
well.
   
   Seems like scheduling the execution of the nth task group in an expansion 
would use much of the same code as rerunning a task group.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to