easyfabric.load_data_history
logging
os
config
ConfigManager
TableConfig
initialize_config
load_parquet_history
layer
run
def run(tablefile: str,
abfs_source_file: str,
config_manager: ConfigManager = 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.