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
I am trying to use this to replace the path of some databricks notebook paths in a json files. The json files will have fields like this: "notebookPath": "/Repos/<username>/<Repo>/notebooks/<path to notebook ...>",
I just need to change this to:
"notebookPath": "/notebooks/<path to notebook ...>",