getArgument() is not working in DBR 10.4 LTS (Shared Mode) with Unity Catalog

parthsalvi
Contributor

image 

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')

 image