neon_sync_db: sync local parquet export to an S3 database

View source: R/neon_export_db.R

neon_sync_dbR 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 ⁠[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.)


neonstore documentation built on June 22, 2024, 11:15 a.m.