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

[FR] Display explore label name instead of explore_id #122

Open
tomoyamizuno-looker opened this issue Oct 21, 2024 · 0 comments
Open

[FR] Display explore label name instead of explore_id #122

tomoyamizuno-looker opened this issue Oct 21, 2024 · 0 comments

Comments

@tomoyamizuno-looker
Copy link

Currently in Explore selection dropdown, it displays explore_id value, which come from explore_id column in sample table.

                        {explores.map((oneExplore) => (
                          <MenuItem
                            key={oneExplore.exploreKey}
                            value={oneExplore.exploreKey}
                          >
                            {toCamelCase(oneExplore.exploreId)}
                          </MenuItem>

Here it's great to have a explore label name defined in LookML instead of Camel Case of explore Id, as usually we are setting label name with local language for easy understanding.

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

1 participant