ashb commented on code in PR #54857:
URL: https://github.com/apache/airflow/pull/54857#discussion_r2296263983


##########
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:
   These feel like they should issue a "don't use this anymore warning", not 
just an "it's moved warning" as we don't want people importing anything from 
the api do we?



-- 
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]

Reply via email to