Add a list_all_columns function to store and handler#46
Conversation
it takes as argument a list of experiment id it returns the metrics, tags, params and attributes names present for these experiments this is particularly useful in an UI proposing to choose columns
Codecov Report
@@ Coverage Diff @@
## add_total_count #46 +/- ##
================================================
Coverage 83.46% 83.46%
================================================
Files 20 20
Lines 1010 1010
================================================
Hits 843 843
Misses 167 167Continue to review full report at Codecov.
|
| path: "/mlflow/columns/list" | ||
| since { major: 2, minor: 0 }, | ||
| }, { | ||
| method: "POST", |
There was a problem hiding this comment.
You shouldn't use the POST method for this endpoint, IMO it should only be a GET
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## add_total_count #46 +/- ##
================================================
Coverage 83.46% 83.46%
================================================
Files 20 20
Lines 1010 1010
================================================
Hits 843 843
Misses 167 167 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
What changes are proposed in this pull request?
Add a list_all_columns function to store and handler
it takes as argument a list of experiment id
it returns the metrics, tags, params and attributes names
present for these experiments
this is particularly useful in an UI proposing to choose
columns
How is this patch tested?
Release Notes
Is this a user-facing change?
add list_all_columns in API
What component(s) does this PR affect?
How should the PR be classified in the release notes? Choose one:
rn/breaking-change- The PR will be mentioned in the "Breaking Changes" sectionrn/none- No description will be included. The PR will be mentioned only by the PR number in the "Small Bugfixes and Documentation Updates" sectionrn/feature- A new user-facing feature worth mentioning in the release notesrn/bug-fix- A user-facing bug fix worth mentioning in the release notesrn/documentation- A user-facing documentation change worth mentioning in the release notes