-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docs around when to use TaskGroup vs SubDag and potentially listing PROs and CONS. #12298
Comments
Hi, can I work on this as my first issue? Should this go under concepts or somewhere else? |
@VeenaArv Yes somewhere in Concepts, in or after https://github.com/apache/airflow/blob/master/docs/concepts.rst#taskgroup section |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great for users to know when they should use TaskGroup vs SubDag. A section somewhere in docs would be great or even better a Matrix / table to explain difference would be aweomse.
What are the PROs and CONs of each
TaskGroup: https://airflow.readthedocs.io/en/latest/concepts.html#taskgroup
SubDags: https://airflow.readthedocs.io/en/latest/concepts.html#subdags
The text was updated successfully, but these errors were encountered: