Skip to content

INS-1581#161

Merged
amattu2 merged 2 commits into3.3.0from
INS-1581
Mar 19, 2026
Merged

INS-1581#161
amattu2 merged 2 commits into3.3.0from
INS-1581

Conversation

@JoonLeeNIH
Copy link
Copy Markdown
Contributor

Overview

Updated dataset identifier

Change Details (Specifics)

Replaced dataset_source_id with dataset_uuid for dataset details and files

Related Ticket(s)

https://tracker.nci.nih.gov/browse/INS-1581

Copilot AI review requested due to automatic review settings March 19, 2026 21:01
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the private INS GraphQL API and backing data fetcher to use dataset_uuid instead of dataset_source_id when requesting dataset details and associated files.

Changes:

  • Added dataset_uuid to the DatasetDetails GraphQL type.
  • Updated datasetDetails and getDatasetFiles query arguments from dataset_source_id to dataset_uuid.
  • Updated PrivateESDataFetcher to read/filter/sort using dataset_uuid for dataset details and file retrieval.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/main/resources/graphql/ins-private-es.graphql Switches datasetDetails/getDatasetFiles query arguments to dataset_uuid and exposes dataset_uuid on DatasetDetails.
src/main/java/gov/nih/nci/bento_ri/model/PrivateESDataFetcher.java Updates dataset details and file queries to use dataset_uuid and includes it in returned dataset details.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JoonLeeNIH JoonLeeNIH requested a review from amattu2 March 19, 2026 21:07
Copy link
Copy Markdown
Contributor

@amattu2 amattu2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@amattu2 amattu2 merged commit eff4a2e into 3.3.0 Mar 19, 2026
6 of 7 checks passed
@amattu2 amattu2 deleted the INS-1581 branch March 19, 2026 21:16
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.

3 participants