Available on crate feature
catalog only.Expand description
Pure helpers for building catalog observations (#279): dataset-URI
canonicalization (fold ${now.*}-derived segments back to their tokens,
redact credentials) and schema inference over the run’s record samples.
Functions§
- canonicalize_
uri - Canonicalize a concrete dataset URI for use as the catalog identity key.
- schema_
from_ samples - Infer an
infer_schema-shaped record schema from a run’s sample,Nonewhen nothing was sampled (empty run, or non-object records only).