Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catalog resolve rid #175

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Catalog resolve rid #175

merged 2 commits into from
Mar 6, 2024

Conversation

karlcz
Copy link
Contributor

@karlcz karlcz commented Mar 6, 2024

add ErmrestCatalog.resolve_rid method

This calls the catalog's entity_rid API and returns a type-hinted
named tuple (datapath, table, rid).

Call datapath.entities().fetch()[0] to get the entity content,
or use the datapath to build more complex related queries.

This calls the catalog's entity_rid API and returns a
namedtuple (datapath, table, rid).

Call datapath.entities().fetch()[0] to get the entity content,
or use the datapath to build more complex related queries.
@karlcz karlcz merged commit 8e097f0 into master Mar 6, 2024
@karlcz karlcz deleted the catalog_resolve_rid branch March 6, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant