Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: visible entity IDs for every entity created in the system #42408

Closed
danielrosehill opened this issue May 8, 2024 · 1 comment

Comments

@danielrosehill
Copy link

Hi guys,

Hope it's okay to drop in with another feature request. As I roll out Metabase, these are coming to me organically from time to time.

Something that strikes me is that as the system begins to scale, it quickly becomes hard to retrieve visualisations through the "quick" mechanisms of searching in the search bar and choosing from one of the dropdown populations.

Something I think that would be very valuable: every "entity" that you create (whether that's a dashboard, a question, a model) has an entity ID (I imagine this already exists in the backend).

Here are a couple of ideas for how this could be useful:

1: Permalink masking: visit yourmetabase.com/[entityid] to jump to the target URL

2: To expedite retrieval of the right visuals between colleagues. For example, I could tell a colleague to search for 12345. If this retrieved the desired entity there would be no chance of ambiguity if objects with similar names were stored in the system.

  • Daniel
@Tony-metabase
Copy link
Contributor

That's what happens actually. If you look at the URL when you try to edit a person, go to a dashbaord or even a collection:

image

You will notice that each collection and so on will carry an ID that if placed in the proper URL it will render that object for that context.

To add with that there is also an entityID in the Table but that ID is used for Serialization purposes

@Tony-metabase Tony-metabase closed this as not planned Won't fix, can't repro, duplicate, stale May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants