Record a new version in the catalog (internal)
Source:R/version_store.R
dot-st_catalog_record_version.RdRecord a new version in the catalog (internal)
Usage
.st_catalog_record_version(
artifact_path,
format,
size_bytes,
content_hash,
code_hash,
created_at,
sidecar_format,
alias = NULL,
parents = NULL
)Arguments
- artifact_path
Character path to the artifact file.
- format
Character format name (e.g. "rds", "qs2").
- size_bytes
Numeric size of the artifact in bytes.
- content_hash
Character content hash of the artifact.
- code_hash
Character code hash (if available).
- created_at
Character ISO8601 timestamp of creation.
- sidecar_format
Character sidecar format present ("json", "qs2", "both", "none").