Add visual indicator for demo experiment in experiment list#20787
Merged
B-Step62 merged 2 commits intomlflow:masterfrom Feb 16, 2026
Merged
Add visual indicator for demo experiment in experiment list#20787B-Step62 merged 2 commits intomlflow:masterfrom
B-Step62 merged 2 commits intomlflow:masterfrom
Conversation
Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
Contributor
🛠 DevTools 🛠
Install mlflow from this PRFor Databricks, use the following command: |
B-Step62
commented
Feb 13, 2026
|
|
||
| const DEMO_VERSION_TAG_PREFIX = 'mlflow.demo.version.'; | ||
|
|
||
| export const isDemoExperiment = (experiment: ExperimentEntity): boolean => |
Collaborator
Author
There was a problem hiding this comment.
note: existing tag auto-added to the demo experiment
Contributor
|
Documentation preview for 223ea83 is available at: More info
|
daniellok-db
pushed a commit
to daniellok-db/mlflow
that referenced
this pull request
Feb 20, 2026
…0787) Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
daniellok-db
pushed a commit
that referenced
this pull request
Feb 20, 2026
Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issues/PRs
N/A
What changes are proposed in this pull request?
Makes the "MLflow Demo" experiment visually distinct from regular experiments in the experiment list:
mlflow.note.contenttag on the demo experiment during generation, populating the Description column with a helpful summary.Tagcomponent) in the Name column. Includes a?icon with a tooltip explaining the demo and how to clean it up from Settings.Demo detection uses
mlflow.demo.version.*tags (already set by the demo generator framework), avoiding fragile name-based matching.How is this PR tested?
Manually verified:
?tooltipDoes this PR require documentation update?
Does this PR require updating the MLflow Skills repository?
Release Notes
Is this a user-facing change?
The demo experiment now displays a distinct turquoise "MLflow Demo Experiment" badge in the experiment list, is pinned to the top, and includes a tooltip with cleanup instructions.
What component(s), interfaces, languages, and integrations does this PR affect?
Components
area/uiux: Front-end, user experience, plotting, JavaScript, JavaScript dev serverHow should the PR be classified in the release notes? Choose one:
rn/feature- A new user-facing feature worth mentioning in the release notesShould this PR be included in the next patch release?