History Table Loader
Overview
Standalone helper to materialize history changes into a table.
What gets generated
| Stage | Component | Output |
|---|---|---|
| Runtime | EasyFabric Runtime (EFR) | easyfabric.load_data_history.run |
EasyFabric Runtime
load_data_history.run
def run(tablefile: str,
abfs_source_file: str,
config_manager: ConfigManager = None) -> None
Executes the history loading process based on the given table configuration and file path. Handles different file types by calling respective processing functions and follows logging standards for reporting process status or errors.
Arguments:
tablefile- The file path of the YAML configuration file containing table details.abfs_source_file- The Azure Blob File System (ABFS) source file path to process and load history from.config_manager- Instance of the ConfigManager class used to manage and provide application-level configurations.