Skip to content

_default_schema_text

Internal helper
This page documents an internal implementation helper, not a primary public API.
Source code in src/fabricops_kit/config.py
828
829
830
831
832
833
def _default_schema_text() -> str:
    return (
        files("fabricops_kit.schemas")
        .joinpath("dataset_contract.schema.json")
        .read_text(encoding="utf-8")
    )