I am running the comparisons but I get an error, I am working from a databricks notebook.
Could someone help me to solve the following error:
com.databricks.WorkflowException: com.databricks.NotebookExecutionException: FAILED: Notebook not found: /users/cuenta_user/user/Tests
code used:
if((cli_vig > rang_min_acept) and (cli_vig < rang_max_acept)):
status = dbutils.notebook.run("Tests", 120,{'arguments':'success'})
else:
status = ('No execute')
I tell them that the notebook does exist, but it gives me the error as if it did not exist and is in the same directory, that is, if it exists, I would appreciate your help. Thanks in advance.