foxtrot/generic_loader
David Peterson eff82c73ce Add all_nullable configuration option in load_folder.py and load_sas.py for flexible schema management
Introduced an `all_nullable` boolean option in both `load_folder.py` and `load_sas.py`, allowing users to specify whether all columns should be treated as nullable during schema inference. This feature addresses scenarios where the data sampling may incorrectly suggest that columns are non-nullable, preventing potential errors during data loading. Updated YAML configuration files to include examples of this new option, enhancing usability and providing clearer documentation for users.
2026-04-21 16:48:37 -05:00
..
samples adding explorer 2026-04-20 16:27:54 -05:00
.env.example Adding generic loader 2026-04-18 09:34:48 -05:00
generate_sample_folder.py Add generate_sample_folder.py and load_folder.py for clustered SAS file generation and loading 2026-04-18 11:25:04 -05:00
generate_sample_sas.py Adding generic loader 2026-04-18 09:34:48 -05:00
load_folder.py Add all_nullable configuration option in load_folder.py and load_sas.py for flexible schema management 2026-04-21 16:48:37 -05:00
load_sas.py Add all_nullable configuration option in load_folder.py and load_sas.py for flexible schema management 2026-04-21 16:48:37 -05:00
sample_config.yaml Add all_nullable configuration option in load_folder.py and load_sas.py for flexible schema management 2026-04-21 16:48:37 -05:00
sample_folder_config.yaml Add all_nullable configuration option in load_folder.py and load_sas.py for flexible schema management 2026-04-21 16:48:37 -05:00