Artifacts
Help us improve these docs. Take our quick survey.
artifact = run.use_artifact("my_table:latest")
for entry in artifact.manifest.entries.values():
versionID = entry.extra.get("versionID")
etag = entry.extra.get("etag")
Was this page helpful?