Export all tables in a PostgreSQL schema to Parquet
Arguments
- schema
PostgreSQL schema name.
- data_dir
Root directory of the local Parquet data repository.
- force
If
FALSE, existing output files are skipped.- tables
Optional subset of table names to export.
- chunk_size
Number of rows fetched and written per chunk.
- transfer_method
Transfer backend passed to
db_to_pq.- numeric_mode
Numeric handling mode passed to
db_to_pq.- archive
Whether existing output files should be archived before replacement.
- archive_dir
Archive directory name.
- con
Optional existing DBI connection.
- ...
Additional arguments passed to
db_to_pq.