One row per parquet object with its bytes, sha256, content_hash (row
signature of the table or of that partition's rows, provenance columns
excluded) and since — the first release that carried an object with this
content, looked up in the previous release's catalog.
Usage
release_objects(
con,
table,
dir_out,
files,
version,
partition_by = NULL,
prev_catalog = NULL
)Arguments
- con
DuckDB connection holding
table.- table
table name.
- dir_out
the export root (
path's parent for single files, or the dir).- files
the tibble returned by
export_release_parquet().- version
the release being cut.
- partition_by
partition column or NULL.
- prev_catalog
the previous release's parsed
catalog.json(list) or NULL.