Callback bound method error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 03:51 AM
When executing a withColumn (running on DBR 14.3 LST) I get this error:
Error in callback <bound method UserNamespaceCommandHook.post_run_cell of <dbruntime.DatasetInfo.UserNamespaceCommandHook object at 0x7feda2b2efb0>> (for post_run_cell):
How should this be interpreted?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 05:14 AM
@Henrik_ this issue may occur due to cluster type, please change cluster type to single user cluster
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 06:20 AM
We have the same issue using a shared cluster running DBR 14.3:
Code executed:
Issue triggering this error: dfTmp contains columns with ARRAY<> datatypes
Main issue: this error is in a try/except block which does not catch the error
Using a single user cluster is not an option