mlm_insights.core.profile_readers.interfaces package

Submodules

mlm_insights.core.profile_readers.interfaces.profile_reader module

class mlm_insights.core.profile_readers.interfaces.profile_reader.ProfileReader

Bases: ABC

Abstract Class for defining an Insights Profile Reader. Profile Readers encapsulate the functionality to read Insights Profile from different data sources. Subclasses must implement read method to read the profile from respective profile store

abstract read(**kwargs: Any) ProfileReaderResult

Module contents