-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[FR] Add MlflowException on the top level #6620
Copy link
Copy link
Closed
Labels
area/trackingTracking service, tracking client APIs, autologgingTracking service, tracking client APIs, autologgingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershas-closing-prThis issue has a closing PRThis issue has a closing PRhelp wantedWe would like help from the community to add this supportWe would like help from the community to add this support
Metadata
Metadata
Assignees
Labels
area/trackingTracking service, tracking client APIs, autologgingTracking service, tracking client APIs, autologgingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershas-closing-prThis issue has a closing PRThis issue has a closing PRhelp wantedWe would like help from the community to add this supportWe would like help from the community to add this support
Willingness to contribute
No. I cannot contribute this feature at this time.
Proposal Summary
Make
mlflow.exceptions.MlflowExceptionimportable asmlflow.MlflowException.Motivation
Make it easier for users to catch MLflow errors.
^
^
The
mlflow.exceptionsmodule is not documented, so it's difficult for users to find out how to import and catchMlflowException.Details
No response
What component(s) does this bug affect?
area/artifacts: Artifact stores and artifact loggingarea/build: Build and test infrastructure for MLflowarea/docs: MLflow documentation pagesarea/examples: Example codearea/model-registry: Model Registry service, APIs, and the fluent client calls for Model Registryarea/models: MLmodel format, model serialization/deserialization, flavorsarea/pipelines: Pipelines, Pipeline APIs, Pipeline configs, Pipeline Templatesarea/projects: MLproject format, project running backendsarea/scoring: MLflow Model server, model deployment tools, Spark UDFsarea/server-infra: MLflow Tracking server backendarea/tracking: Tracking Service, tracking client APIs, autologgingWhat interface(s) does this bug affect?
area/uiux: Front-end, user experience, plotting, JavaScript, JavaScript dev serverarea/docker: Docker use across MLflow's components, such as MLflow Projects and MLflow Modelsarea/sqlalchemy: Use of SQLAlchemy in the Tracking Service or Model Registryarea/windows: Windows supportWhat language(s) does this bug affect?
language/r: R APIs and clientslanguage/java: Java APIs and clientslanguage/new: Proposals for new client languagesWhat integration(s) does this bug affect?
integrations/azure: Azure and Azure ML integrationsintegrations/sagemaker: SageMaker integrationsintegrations/databricks: Databricks integrations