amoghrajesh commented on code in PR #58522:
URL: https://github.com/apache/airflow/pull/58522#discussion_r2545560247
##########
airflow-core/src/airflow/utils/__init__.py:
##########
@@ -53,6 +53,9 @@
"DB_SAFE_MAXIMUM": "airflow.sdk.bases.operator.DB_SAFE_MAXIMUM",
"db_safe_priority": "airflow.sdk.bases.operator.db_safe_priority",
},
+ "yaml": {
+ "*": "airflow.sdk.yaml",
Review Comment:
Its being moved in https://github.com/apache/airflow/pull/58521, this PR is
dependent on that one
--
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]