Conversation
|
@shaperilio Thank you for the contribution! Could you fix the following issue(s)? ⚠ DCO checkThe DCO check failed. Please sign off your commit(s) by following the instructions here. See https://github.com/mlflow/mlflow/blob/master/CONTRIBUTING.md#sign-your-work for more details. |
Signed-off-by: Emilio Graff <1@emil.io>
126a1ac to
0c66102
Compare
|
Do I need to do something here? |
|
@BenWilson2 do you mind taking a quick look at this? |
BenWilson2
left a comment
There was a problem hiding this comment.
Looks like one got missed in that last bug fix - thanks for the follow up here!
|
Documentation preview for 3787998 is available at: More info
|
Sorry, I don't understand your comment. Also not sure what's going on with all these failures here. Let me know if you want me to update the branch, etc. This is a very simple change... |
|
@shaperilio Can you run the pre-commit hooks on your branch to fix the lint failures? |
This reverts commit 0c66102. Signed-off-by: Emilio Graff <1@emil.io>
Signed-off-by: Emilio Graff <1@emil.io>
|
@BenWilson2 I reproduced the arg change after ensuring pre-commit hooks were installed. Previously, your workflow was telling me to format the entire file. Is that really what you want? |
Signed-off-by: Emilio Graff <1@emil.io>
|
@BenWilson2 I fixed the failing test to the best of my ability. I'm not sure what the timeouts are about on the MCP test; maybe it will magically go away with this last commit. |
|
Can I get eyes on this? I think it's good to go. |
|
@shaperilio Sorry for the delay, just merged the PR and this will be available in 3.7.0 in a few days. |
Signed-off-by: Emilio Graff <1@emil.io> Co-authored-by: Ben Wilson <39283302+BenWilson2@users.noreply.github.com> Co-authored-by: Yuki Watanabe <31463517+B-Step62@users.noreply.github.com>
Signed-off-by: Emilio Graff <1@emil.io> Co-authored-by: Ben Wilson <39283302+BenWilson2@users.noreply.github.com> Co-authored-by: Yuki Watanabe <31463517+B-Step62@users.noreply.github.com>
Related Issues/PRs
Resolve #14931
What changes are proposed in this pull request?
Pass the tracking URI when obtaining the artifact repository, as done by #16461.
How is this PR tested?
Does this PR require documentation update?
Release Notes
Is this a user-facing change?
What component(s), interfaces, languages, and integrations does this PR affect?
Components
area/tracking: Tracking Service, tracking client APIs, autologgingarea/models: MLmodel format, model serialization/deserialization, flavorsarea/model-registry: Model Registry service, APIs, and the fluent client calls for Model Registryarea/scoring: MLflow Model server, model deployment tools, Spark UDFsarea/evaluation: MLflow model evaluation features, evaluation metrics, and evaluation workflowsarea/gateway: MLflow AI Gateway client APIs, server, and third-party integrationsarea/prompts: MLflow prompt engineering features, prompt templates, and prompt managementarea/tracing: MLflow Tracing features, tracing APIs, and LLM tracing functionalityarea/projects: MLproject format, project running backendsarea/uiux: Front-end, user experience, plotting, JavaScript, JavaScript dev serverarea/build: Build and test infrastructure for MLflowarea/docs: MLflow documentation pagesHow should the PR be classified in the release notes? Choose one:
rn/none- No description will be included. The PR will be mentioned only by the PR number in the "Small Bugfixes and Documentation Updates" sectionrn/breaking-change- The PR will be mentioned in the "Breaking Changes" 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 notesShould this PR be included in the next patch release?
Yesshould be selected for bug fixes, documentation updates, and other small changes.Noshould be selected for new features and larger changes. If you're unsure about the release classification of this PR, leave this unchecked to let the maintainers decide.What is a minor/patch release?
Bug fixes, doc updates and new features usually go into minor releases.
Bug fixes and doc updates usually go into patch releases.