Skip to main content

Module model

Module model 

Source
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, None when nothing was sampled (empty run, or non-object records only).