Improve file store deprecation warning messages#18900
Merged
harupy merged 2 commits intomlflow:masterfrom Nov 19, 2025
Merged
Conversation
Update deprecation warnings for both tracking and model registry
file stores to be more informative and less alarming:
- Add specific deprecation timeframe (February 2026)
- Use more reassuring language ("Consider transitioning")
- Remove "we" pronoun for neutral tone
- Provide clear migration guidance
Also update corresponding tests to match new warning messages.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
Contributor
|
Documentation preview for 018bcf7 is available at: More info
|
B-Step62
approved these changes
Nov 19, 2025
Tian-Sky-Lan
pushed a commit
to Tian-Sky-Lan/mlflow
that referenced
this pull request
Nov 24, 2025
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Tian Lan <sky.blue266000@gmail.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.
🛠 DevTools 🛠
Install mlflow from this PR
For Databricks, use the following command:
Related Issues/PRs
Addresses #18497 (comment)
What changes are proposed in this pull request?
This PR improves the deprecation warning messages for both tracking and model registry file stores to be more informative and less alarming to users. The warnings now include:
How is this PR tested?
Updated test regex patterns to match the new warning messages. Both tests pass successfully.
Does this PR require documentation update?
Release Notes
Is this a user-facing change?
Improved deprecation warning messages for file-based tracking and model registry backends with specific timeline (February 2026) and clearer migration guidance.
What component(s), interfaces, languages, and integrations does this PR affect?
Components
area/tracking: Tracking Service, tracking client APIs, autologgingarea/model-registry: Model Registry service, APIs, and the fluent client calls for Model RegistryHow should the PR be classified in the release notes? Choose one:
rn/documentation- A user-facing documentation change worth mentioning in the release notesShould this PR be included in the next patch release?
🤖 Generated with Claude Code