We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66db96d commit de41bd5Copy full SHA for de41bd5
1 file changed
sdk/ml/azure-ai-ml/azure/ai/ml/entities/_workspace/workspace.py
@@ -350,12 +350,6 @@ def _from_rest_object(
350
mlflow_tracking_uri = rest_obj.ml_flow_tracking_uri
351
except ImportError:
352
353
- error_msg = (
354
- "azureml.mlflow could not be imported. "
355
- "Please ensure that latest 'azureml-mlflow' has been installed in the current python environment"
356
- )
357
- print(error_msg)
358
- # warnings.warn(error_msg, UserWarning)
359
360
# TODO: Remove once Online Endpoints updates API version to at least 2023-08-01
361
allow_roleassignment_on_rg = None
0 commit comments