Skip to content

_build_rule_id

Internal helper
This page documents an internal implementation helper, not a primary public API.
Source code in src/fabricops_kit/quality.py
435
436
def _build_rule_id(rule: dict[str, Any]) -> str:
    return str(rule.get("rule_id") or rule.get("name") or "DQ_RULE")