What is the problem or goal you're trying to solve or accomplish?
Users can create multiple dashboards, charts, and saved queries with the same name within the same workspace. Since assets are identified internally by ID/UUID, there is no uniqueness constraint on names, which can cause confusion when navigating or searching for assets.
How are you solving it currently?
Teams rely on naming conventions to distinguish official assets from duplicates. There is no native enforcement.
What is your recommended solution?
Add an optional workspace-level setting to enforce unique names per asset type (dashboards, charts, saved queries), warning or blocking users when they attempt to create an asset with a name that already exists in the workspace.