pierrejeambrun commented on code in PR #68512:
URL: https://github.com/apache/airflow/pull/68512#discussion_r3414781230
##########
airflow-core/src/airflow/api_fastapi/common/exceptions.py:
##########
@@ -108,51 +129,20 @@ def _is_dialect_matched(self, exc: IntegrityError) ->
bool:
return False
Review Comment:
Yep, since it's only used in the UniqueConstraint handler, I think it's ok
to leave it here and instead use the 'should_handle' control.
--
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]