Lists tables from S3 manifest. Reads .metadata/manifest.json from S3
and returns a data frame with one row per table.
Arguments
- conn
A
datom_connobject fromdatom_get_conn().- pattern
Optional glob pattern for filtering table names.
- include_versions
If TRUE, includes version count info.
- short_hash
If TRUE (default), truncates version and data SHA columns to 8 characters for readability. Set to FALSE for full hashes.