Shows version history for a table by reading version_history.json
from S3. Returns the most recent n versions.
Arguments
- conn
A
datom_connobject fromdatom_get_conn().- name
Table name.
- n
Maximum number of versions to return. Default 10.
- short_hash
If TRUE (default), truncates version and data SHA columns to 8 characters for readability. Set to FALSE for full hashes.