Hi everyone,
I'm working on an AI/BI dashboard and I accidentally initialized a Relationship Graph (semantic model) by clicking "Get started with Relationships" in the Data tab. The model has no relationships and no measures -- it just auto-created entities from my existing datasets.
The issue: Since the relationship graph was created, I can no longer create new widgets normally through the UI. The field dropdown in new counter/chart widgets doesn't show my dataset columns. It seems the dashboard now forces everything into "entity-qualified" mode internally, which breaks the visual editor experience for simple single-dataset widgets.
What I've tried:
1. Navigated to Data, then Data Model, then Relationships -- I can see the graph with my entities but there's no option to delete/remove the model itself
2. The only workaround I've found is configuring widgets via the API using datasetName: "" with entity-qualified expressions like entityName.columnName
What I'm looking for: A way to completely remove/delete the relationship graph from my dashboard so the UI reverts to the normal behavior where I select a dataset and pick columns from the dropdown.
Environment:
- Databricks AI/BI Dashboard (Lakeview)
- Relationship Graph feature (Public Preview)
Has anyone encountered this or found a way to remove the semantic model once it's been initialized? Any help appreciated.