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
Response from server:
{ 'error_code': 'INVALID_PARAMETER_VALUE',
'message': 'Invalid notebook_path: '
'dbfs:/dbx/my_project/98de20ce1cb84aeb9421368ee49e5872/art
ifacts/example_pipeline/do_one_last_thing.py. '
'Only absolute paths are currently supported. Paths must begin '
"with '/'."}
It's easy enough to see that removing the "dbfs:" part of the path would resolve the issue.
Expected Behavior
I expect to be able to specify paths for notebooks in the artifact directory.
Current Behavior
The above line breaks with error:
It's easy enough to see that removing the "dbfs:" part of the path would resolve the issue.
Steps to Reproduce (for bugs)
Context
Your Environment
Using cluster configurations:
The text was updated successfully, but these errors were encountered: