getArgument() is not working in DBR 10.4 LTS (Shared Mode) with Unity Catalog
Options
- 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')
Labels: