DataSource¶ class sasquatchbackpack.sasquatch.DataSource(topic_name)¶ Bases: ABC Base class for all relevant backpack data sources. Parameters: topic_name (str) – Specific source name, used as an identifier Methods Summary get_records() load_schema() Methods Documentation abstract get_records()¶ Return type: list[dict] abstract load_schema()¶ Return type: str