neon_sync_db {neonstore} | R Documentation |
sync local parquet export to an S3 database
Description
sync local parquet export to an S3 database
Usage
neon_sync_db(s3, dir = file.path(neon_dir(), "parquet"))
Arguments
s3 |
an |
dir |
directory to which parquet export is written. |
Details
Remote files are named according to the table name (including product id, not according to the 'sanitized' file name duckdb uses when generating exports.)
[Package neonstore version 0.5.1 Index]