ephraimbuddy commented on code in PR #53450:
URL: https://github.com/apache/airflow/pull/53450#discussion_r2213450537
##########
airflow-core/src/airflow/utils/__init__.py:
##########
@@ -46,5 +46,11 @@ def __getattr__(name: str):
"xcom": {
"XCOM_RETURN_KEY": "airflow.models.xcom.XCOM_RETURN_KEY",
},
+ "task_group": {
Review Comment:
The deleted module is `task_group` with the underscore. This is for us to be
able to still import from the deleted module, made possible by the
`add_deprecated_classes` below
--
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]