Dbutils.notebook.run command not working with /Repos/

dannythermadom
New Contributor III

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