We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23b7c6 commit 8acd029Copy full SHA for 8acd029
airflow-core/src/airflow/api_fastapi/common/exceptions.py
@@ -63,7 +63,7 @@ class _UniqueConstraintErrorHandler(BaseErrorHandler[IntegrityError]):
63
64
def __init__(self):
65
super().__init__(IntegrityError)
66
- self.dialect: _DatabaseDialect.value | None = None
+ self.dialect: _DatabaseDialect | None = None
67
68
def exception_handler(self, request: Request, exc: IntegrityError):
69
"""Handle IntegrityError exception."""
0 commit comments