standardize_export_names {neonstore} | R Documentation |
standardize export names
Description
standardize export names
Usage
standardize_export_names(dir = file.path(neon_dir(), "parquet"))
Arguments
dir |
directory to which parquet export is written. |
Details
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.
[Package neonstore version 0.5.1 Index]