We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d00661 commit 929c195Copy full SHA for 929c195
providers/standard/src/airflow/providers/standard/exceptions.py
@@ -57,7 +57,7 @@ class DuplicateStateError(AirflowExternalTaskSensorException):
57
"""Raised when duplicate states are provided across allowed, skipped and failed states."""
58
59
60
-class HITLTriggerEventError(AirflowException):
+class HITLTriggerEventError(Exception):
61
"""Raised when TriggerEvent contains error."""
62
63
0 commit comments