-
Notifications
You must be signed in to change notification settings - Fork 6
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
Refactoring datasets components #2415
Comments
ciyer
added a commit
that referenced
this issue
Apr 14, 2023
ciyer
added a commit
that referenced
this issue
Jun 16, 2023
ciyer
added a commit
that referenced
this issue
Jun 30, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 6, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 7, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 7, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 10, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 11, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 12, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 13, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 13, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 14, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 14, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 14, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 14, 2023
ciyer
pushed a commit
that referenced
this issue
Jul 17, 2023
ciyer
added a commit
that referenced
this issue
Jul 17, 2023
We can close this. We will continue the refactoring in #2678 |
github-project-automation
bot
moved this from In Progress 🧑💻
to Done ✅
in UI Sprints - DEPRECATED
Jul 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an umbrella issue for refactoring datasets components.
Tasks
Tasks include converting all the datasets components to:
GET /knowledge-graph/datasets
API (this: https://github.com/SwissDataScienceCenter/renku-graph/tree/2.28.3/knowledge-graph#get-knowledge-graphdatasets) and use theGET /knowledge-graph/entities
to fetch all the datasets dataChanges
In the process, we should:
subComponents
function).Caveats
Here are a few things to keep in mind.
Datasets can be accessed either through a project or alone. There are some differences:
-
that must be stripped out). There is no user-friendly name. E.G: https://dev.renku.ch/datasets/7492c98815a544418762fcb5fae2d6balorenzo.cavazzi.tech/updated-flight-tutorial-2023/datasets/flight-data
might vary when accessing it again later.There might be other difficulties not listed here. Consider spending some time before the implementation to analyze how datasets work right now and what could be problematic.
The text was updated successfully, but these errors were encountered: