standardize_export_names.Rd
standardize export names
directory to which parquet export is written.
DUCKDB clobbers database filenames to avoid potentially incompatible characters. This is pretty unnecessary, so we can restore the original table names for use with S3-based remote access which assumes parquet files map to the desired table names (i.e. including product numbers.)
However, note that [neon_import_db()]
uses native duckdb functions
that assume the original mangled names.