xBis7 commented on PR #56187: URL: https://github.com/apache/airflow/pull/56187#issuecomment-3542640420
@potiuk From what I see, #54505 is moving task specific exception under the `task-sdk`. There are some exceptions like the `AirflowConfigException` which are used everywhere, e.g. providers, core, sdk. These can be moved under `_shared`. Then each module can add them as a dependency, extend them and define specific subclasses. -- 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]
