bridge.builders.protocols.transformer module

bridge.builders.protocols.transformer module#

Protocol for transformers that converts ingested raw data into a structured core model.

class bridge.builders.protocols.transformer.Transformer(*args, **kwargs)[source]#

Bases: Protocol

Transforms raw metadata into a structured model.

transform()[source]#

Transform raw data into a structured model.

Return type:

Any