- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 10:16 AM - edited 07-13-2023 02:15 PM
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:
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 03:51 PM
Thanks for your answer, I tell you that I got the path from the location with the right click on the three buttons found in my Copy>Path workspace, there was no problem with that, and about the py file, well databricks saves it as a Notebook type so what I did was just restart the databricks session and try again, it was fixed. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 12:46 AM
two things that come to mind:
1. the notebook resides on another path than '/users/cuenta_user/user/Tests'
2. the notebook is not saved as a notebook but rather as an ordinary python file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 03:51 PM
Thanks for your answer, I tell you that I got the path from the location with the right click on the three buttons found in my Copy>Path workspace, there was no problem with that, and about the py file, well databricks saves it as a Notebook type so what I did was just restart the databricks session and try again, it was fixed. Thank you.

