ephraimbuddy commented on PR #54505: URL: https://github.com/apache/airflow/pull/54505#issuecomment-3208076713
I have completely removed the sdk import in core and vice versa and duplicated some exceptions. There will be some necessary test failures. Below is the duplicated exceptions: ```python AirflowException AirflowFailException AirflowNotFoundException AirflowRescheduleException AirflowSensorTimeout AirflowSkipException AirflowTaskTimeout DagRunTriggerException DownstreamTasksSkipped ParamValidationError RemovedInAirflow4Warning TaskDeferred TaskNotFound XComNotFound ``` -- 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]
