sync local parquet export to an S3 database

neon_sync_db(s3, dir = file.path(neon_dir(), "parquet"))

Arguments

s3

an [arrow::SubTreeFileSystem], such as a remote connection to an S3 bucket from [arrow::s3_bucket()].

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.)