-
Notifications
You must be signed in to change notification settings - Fork 327
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
Dataset currentVersion
not in Dataset Versions Listing
#1883
Comments
I'm able to reproduce. I'd be happy to take this one. |
Related: #1977 |
There are a couple things going on that are causing some confusion:
Closing #1977 according to my comment there and updating Dataset.java to a clearer name (e.g. If this makes sense, I'll try and close this by the end of the week. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When retrieving the details of a Dataset, an attribute is included to specify the current version of that Dataset.
"54e17e0b-b9da-43f2-8a7a-33d139625a18"
However, if you try to use this version identifier to retrieve a specific Dataset version, no records can be located.
The API call to display all versions for this Dataset does not include the currentVersion value obtained in the first step.
This can be reproduced by running a fresh Marquez install and attempting to lookup any of the seed data. On a related note, the Gitpods functionality that was recently added made reproducing this issue extremely easy!
The text was updated successfully, but these errors were encountered: