getArgument() is not working in DBR 10.4 LTS (Shared Mode) with Unity Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2022 02:44 AM
We're trying to use Notebook widgets in DBR LTS 10.4 (Shared Mode) with Unity Catalog
but we're running into following error.
Because of this our notebook dashboard are not working after migrating our data to Unity catalog.
Following is the query
CREATE WIDGET COMBOBOX FileName DEFAULT 'hajsdhkjhas' CHOICES
SELECT distinct table
FROM dev.logs.validation
WHERE domain = getArgument('Domain')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2022 11:21 PM
unity catalog is different and Data science panel is different , in the above notebook you have to use formatted or this widget will work there and in the unity catalog you have to use get argument formatted in the query

