loaders.csv
load_csvwithschema_bronze
def load_csvwithschema_bronze(object_info: ObjectInfo,
table_config: TableConfig,
config_manager: ConfigManager) -> DataFrame
Load a CSV file into the Bronze layer of the data lakehouse based on a predefined schema.
Arguments:
object_info
ObjectInfo - Information about the object to be loaded.table_config
TableConfig - Configuration for the table to be loaded.config_manager
ConfigManager - Manager for configuration settings.
Returns:
DataFrame
- The loaded DataFrame.