microsoft / dstoolkit-mlops-base

Support ML teams to accelerate their model deployment to production leveraging Azure
MIT License
89 stars 39 forks source link

Update retrieve_workspace function #30

Closed FlorianPydde closed 2 years ago

FlorianPydde commented 2 years ago

Workspace.get and Workspace.from_config use the same interactive authentication. Though, if from_config doesn't find file during the ADO pipeline it will throw an error, which indicates that the ADO project is not well connected to AML. In the other case, the function will get stuck on interfactive authentification.

mariamedp commented 2 years ago

should we merge this PR or close it?

FlorianPydde commented 2 years ago

Let's close it for now