Skip to main content

load_data_history

run

def run(tablefile: str, config_manager: ConfigManager, abfs_source_file: str)

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.
  • config_manager - Instance of the ConfigManager class used to manage and provide application-level configurations.
  • abfs_source_file - The Azure Blob File System (ABFS) source file path to process and load history from.