Canonical (content-addressed) object path for a table or partition
Source:R/release.R
canonical_path.RdCanonical (content-addressed) object path for a table or partition
Usage
canonical_path(
table,
content_hash,
partition_by = NULL,
partition_value = NULL,
prefix = CC_TABLES_PREFIX
)Arguments
- table
table name.
- content_hash
the object's content signature (see
release_objects()).- partition_by, partition_value
partition column and value, or NULL.
- prefix
bucket-relative prefix.