xBis7 commented on PR #56187: URL: https://github.com/apache/airflow/pull/56187#issuecomment-3547448064
@amoghrajesh I also see that you made it extend the basic `Exception`. https://github.com/apache/airflow/pull/57744/files#diff-398c7d7eed5f22c608e4f690d706a9aa5ca5a53b0632db781871896752355cd1R23 This should work. Once #57744 is merged, then I'll import the exception from the shared config. In the meantime, I'll move `InvalidStatsNameException` under the new observability package and make it also extend `Exception`. Thanks! -- 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]
