get_data_file_paths
Documentation for eth_defi.vault.data_file_export.get_data_file_paths function.
- get_data_file_paths(base_path, core3_db_path=None)
Build the data file list uploaded to R2.
- Parameters
base_path (pathlib.Path) – Pipeline data directory.
core3_db_path (Optional[pathlib.Path]) – Optional Core3 DuckDB path override.
- Returns
Files to upload, including optional files that may be skipped later if they do not exist.
- Return type