gopidesupavan commented on PR #53930:
URL: https://github.com/apache/airflow/pull/53930#issuecomment-3138874308
Looks like all these are not backported , do we need to backport?
```
__deprecated_classes = {
"abstractoperator": {
"AbstractOperator":
"airflow.sdk.definitions._internal.abstractoperator.AbstractOperator",
"NotMapped":
"airflow.sdk.definitions._internal.abstractoperator.NotMapped",
"TaskStateChangeCallback":
"airflow.sdk.definitions._internal.abstractoperator.TaskStateChangeCallback",
"DEFAULT_OWNER":
"airflow.sdk.definitions._internal.abstractoperator.DEFAULT_OWNER",
"DEFAULT_QUEUE":
"airflow.sdk.definitions._internal.abstractoperator.DEFAULT_QUEUE",
"DEFAULT_TASK_EXECUTION_TIMEOUT":
"airflow.sdk.definitions._internal.abstractoperator.DEFAULT_TASK_EXECUTION_TIMEOUT",
},
"param": {
"Param": "airflow.sdk.definitions.param.Param",
"ParamsDict": "airflow.sdk.definitions.param.ParamsDict",
},
"baseoperator": {
"BaseOperator": "airflow.sdk.bases.operator.BaseOperator",
"chain": "airflow.sdk.bases.operator.chain",
},
"baseoperatorlink": {
"BaseOperatorLink":
"airflow.sdk.bases.operatorlink.BaseOperatorLink",
},
"operator": {
"BaseOperator": "airflow.sdk.bases.operator.BaseOperator",
"Operator": "airflow.sdk.types.Operator",
},
}
```
--
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]