Skip to content

_refresh_mode

Internal helper
This page documents an internal implementation helper, not a primary public API.
Source code in src/fabricops_kit/quality.py
2088
2089
def _refresh_mode(contract: dict) -> str:
    return str((contract.get("refresh") or {}).get("mode") or "full").strip().lower()