- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2026 03:30 AM
@SteveOstrowski do you know whether setting dataset_catalog and dataset_schema in the dashboard DAB resource is supported for metric views, or if not already when we could expect to see this feature?
I'm asking because we are able to make it work for queries using the queryLines property, however when we use the asset_name property it stops working and requiring a fully qualified name.
As soon as we change from a fully qualified name "catalog.schema.table_name" to "table_name" we receive the following exception in databricks dashboard:
[TABLE_OR_VIEW_NOT_FOUND] The table or view ``.``.`` cannot be found. Verify the spelling and correctness of the schema and catalog. If you did not qualify the name with a schema, verify the current_schema() output, or qualify the name with the correct schema and catalog. To tolerate the error on drop use DROP VIEW IF EXISTS or DROP TABLE IF EXISTS. SQLSTATE: 42P01; line 1 pos 2198