Skip to content

Data quality rule ErrorAction removes the rule details #416

@bashiransari

Description

@bashiransari

Data quality rule failure will result in a SerializationError with just a message like "Expr failed: {CEL Expression}" and does not expose any information about the failed rule.
I noticed, when a Condition rule execution returns false a RuleConditionError will be thrown, which is caught later and replaced with SerializationError with a message only in the default ErrorAction class here .
Is this expected behaviour?

Also, only SerializationError from the action execution will bubble up in here and rest of the exceptions will get ignored.

Thanks,
Bashir

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions