You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add some tasks using BashOperator in TaskGroup example dag (#11072)
Previously all the tasks in airflow/example_dags/example_task_group.py were using DummyOperator which does not go to executor and is marked as success in Scheduler itself so it would be good to have some tasks that aren't dummy operator to properly test TaskGroup functionality
GitOrigin-RevId: 45639cd99c2634fde8b53c74eb8bbda1db66005d
0 commit comments