Skip to main content

aip_sdk.Severity

aip_sdk.Severity

Outcome severity returned by quality check ops.

Maps directly to Dagster run outcomes:

  • PASS → run succeeds, dataset promoted to golden
  • WARN → run succeeds, flagged rows written to remediation_tasks
  • FAIL → Failure raised, dataset blocked from promotion

aip_sdk.Severity.FAIL​

aip_sdk.Severity.FAIL = 'FAIL'

No docstring is defined in the source.

aip_sdk.Severity.PASS​

aip_sdk.Severity.PASS = 'PASS'

No docstring is defined in the source.

aip_sdk.Severity.WARN​

aip_sdk.Severity.WARN = 'WARN'

No docstring is defined in the source.