You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: '_OfflineRun' object has no attribute 'experiment' azureml-core==1.44.0
I want to get my secret from my keyvault and I am using the following code in my pipeline: from azureml.core import Run run = Run.get_context() ws = run.experiment.workspace
The text was updated successfully, but these errors were encountered:
I have the error:
AttributeError: '_OfflineRun' object has no attribute 'experiment'
azureml-core==1.44.0
I want to get my secret from my keyvault and I am using the following code in my pipeline:
from azureml.core import Run
run = Run.get_context()
ws = run.experiment.workspace
The text was updated successfully, but these errors were encountered: