uranusjr commented on code in PR #55894:
URL: https://github.com/apache/airflow/pull/55894#discussion_r2671395424


##########
airflow-core/src/airflow/models/__init__.py:
##########
@@ -98,6 +99,7 @@ def __getattr__(name):
     "BaseOperator": "airflow.sdk",
     "BaseOperatorLink": "airflow.sdk",
     "BaseXCom": "airflow.sdk.bases.xcom",
+    "BundleDagBag": "airflow.dag_processing.dagbag",

Review Comment:
   This is for backward compatibility. Let’s not add the new class here.



##########
airflow-core/src/airflow/models/__init__.py:
##########
@@ -98,6 +99,7 @@ def __getattr__(name):
     "BaseOperator": "airflow.sdk",
     "BaseOperatorLink": "airflow.sdk",
     "BaseXCom": "airflow.sdk.bases.xcom",
+    "BundleDagBag": "airflow.dag_processing.dagbag",

Review Comment:
   This is for backward compatibility. Let’s not add the new class here.



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