Dbutils.notebook.run command not working with /Repos/
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 05:43 AM
I have two github repo configured in Databricks Repos folder.
repo_1 is run using a job and repo_2 is run/called from repo_1 using Dbutils.notebook.run command.
dbutils.notebook.run("/Repos/repo_2/notebooks/notebook", 0, args)i am getting the following error
WorkflowException: com.databricks.NotebookExecutionException: FAILED: Notebook not found: Repos/repo_2/notebooks/notebook
Caused by: NotebookExecutionException: FAILED: Notebook not found: Repos/repo_2/notebooks/notebook
Labels:
- Labels:
-
Command
-
Github Repo