Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 01:46 AM
Hi @210573 (Customer) ,
I got the same error, tried to restart and create a new cluster but the solution does not work. What I did to fix the issue:
- Instead of putting in function, break the code out to run line by line. I just want to see where the error happens
- Then, I figure out the specific line code in between got an error "Internal error. Attach your notebook to a different cluster or restart the current cluster."
- Check that specific codes and fix errors (for my case is about incorrect schema defined even Databrick does not mention exact error of schema). After the schema is fixed, the error is gone
So I think it is more about the coding errors
All the best