Refactor `TrackingDataset` structure and RUN_DATA schema
See original GitHub issueDescription
The structure of the TrackingDataset
is increasingly difficult to work with. Further, it forces us to create several loops in the frontend to property setup and layout the page.
A better shape and structure should be found.
Checklist
- Include labels so that we can categorise your feature request
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
The Process of Database Refactoring - Agile Data
A database refactoring is a simple change to a database schema that improves its design while retaining both its behavioral and informational semantics....
Read more >Refactoring Databases: The Process - Simple Talk
The developer realizes that the database schema may need to be refactored. In this example, Eddy, a developer, is adding a new type...
Read more >Introduction To Database Refactoring - TDAN.com
A database refactoring is a small change to a database schema which improves its ... A database schema includes both structural aspects, such...
Read more >kedro Changelog - pyup.io
Improve grouping of experiment tracking dataset types. (978) ... Set up the 'export run' button to allow exporting of selected run data into...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Note: with the quick solve of merging the two
metadata
andtrackingData
queries thanks to #1006, I’ve renamed this ticket and updated the description to align more with Antony’s great comment above.Looking at this again, I don’t think my proposed structure in the previous comment is good enough. We certainly still need
datasetType
in there somewhere, and the changing of therunMetadata
probably isn’t necessary. Will need to take another stab at this.