mlm_insights.mlm_native.schema package

Submodules

mlm_insights.mlm_native.schema.native_schema_provider module

class mlm_insights.mlm_native.schema.native_schema_provider.NativeSchemaProvider(insights_schema: Dict[str, FeatureType])

Bases: SchemaProvider

Class for Native schema provider.

get_engine_schema() Dict[str, Any]

Get the native engine specific schema/metadata.

Returns

Dict[str, Any]: Dictionary of column name as key and data type as value.

Module contents