Reads the parents field from a table's metadata. Returns the lineage
entries recorded at write time by dp_dev or other callers. For imported
tables or derived tables with no recorded lineage, returns NULL.
Arguments
- conn
A
datom_connobject fromdatom_get_conn().- name
Table name.
- version
Optional metadata_sha (datom version). If NULL, reads current metadata. If provided, fetches the versioned metadata snapshot from S3.