-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create new IVT function to check if schema is the latest version #633
Comments
All flags we can potentially check for:
|
Need to touch base with Joseph from CEDAR regarding which of the |
libpitt
added a commit
that referenced
this issue
Jan 21, 2025
libpitt
added a commit
that referenced
this issue
Jan 22, 2025
maxsibilla
added a commit
that referenced
this issue
Jan 29, 2025
…ption Handle response for bad tsv - #633
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is needed is just a "true/false on whether it's the latest schema version being used".
Current check to determine the schema version is
to validate:
We can create a new function that will return a boolean value if the given schema version (we might need to grab iv_utils.get_schema_version(...).version) is the latest.
Related HM Ingest API PR - https://github.com/hubmapconsortium/ingest-api/pull/686/files
The text was updated successfully, but these errors were encountered: