kaxil commented on code in PR #54857:
URL: https://github.com/apache/airflow/pull/54857#discussion_r2296357968
##########
airflow-core/src/airflow/utils/__init__.py:
##########
@@ -30,8 +30,8 @@
},
"task_group": {
"TaskGroup": "airflow.sdk.TaskGroup",
- "get_task_group_children_getter":
"airflow.sdk.definitions.taskgroup.get_task_group_children_getter",
- "task_group_to_dict":
"airflow.sdk.definitions.taskgroup.task_group_to_dict",
+ "get_task_group_children_getter":
"airflow.api_fastapi.core_api.services.ui.task_group.get_task_group_children_getter",
+ "task_group_to_dict":
"airflow.api_fastapi.core_api.services.ui.task_group.task_group_to_dict",
Review Comment:
Should we even catch that then? Just remove and add a note in release notes?
--
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]