Expand description
Compile YAML/JSON transform declarations into TransformStage values.
The built-in transforms are exposed via config — custom closure transforms require Rust code and are reserved for the library API.
Functions§
- available_
transforms - Names of every transform compiled into this build.
- compile_
transforms - Compile a list of
TransformSpecs intoTransformStages in the declared order. Most built-ins compile to aTransformStage::Map; richer stages (e.g.filter, future fan-outs) compile to other variants. Unknown or malformed entries surface as aCliError. - quality_
descriptions quality - One-line descriptions of the available quality checks, for
faucet list. Thejson_schemaentry only appears when thequality-jsonschemafeature is enabled, mirroringfaucet schema qualitysolistandschemaagree. - transform_
descriptions - One-line summary of every transform compiled into this build. Used by
faucet list. - transform_
schema - Return the JSON Schema for the named transform’s config. Mirrors
registry::source_schema/sink_schemasofaucet schema transform <name>reads symmetrically with the connector variants.