question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[metric]Rename column name with non-english string

See original GitHub issue

Is your feature request related to a problem? Please describe.

Hi, I am really enjoying superset, but I am frustrated when I have to rename column with non-english string. Because if I try to change the column name in Korean (for example metrics column), then generated sql query contains Korean with AS statement. Therefore, BigQuery engine is broken.

Describe the solution you’d like I would like to manually assign column names of group by and metrics with any-language string, through the chart explore ui.

Since bigquery column name rule does not allows non-english character, I think a field name variable should be prepared separately from the column name in SQL query.

Describe alternatives you’ve considered A clear and concise description of any alternative solutions or features you’ve considered.

Additional context Add any other context or screenshots about the feature request here.

Following images is error message when I assign ‘날짜’ string to one of the metrics column.

image

image

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
zhaoyongjiecommented, Aug 6, 2021

we will consider this issue in metric refactor project. cc: @junlincc

0reactions
zertyuiopcommented, Nov 19, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

project-rename operator - Azure Data Explorer - Microsoft Learn
This article describes project-rename operator in Azure Data Explorer. ... ExistingColumnName: The existing name of a column.
Read more >
How to rename a column to a variable name "in a tidyverse way"
I want to change the value column's name to whatever is in my metric variable name, and I want to do it in...
Read more >
Names for tables, databases, and columns - Amazon Athena
Use these tips for naming items in Athena. Use lower case for table names and table column names in Athena. Athena accepts mixed...
Read more >
How to rename columns in Pandas DataFrame - GeeksforGeeks
Method 4: Rename column names using DataFrame add_prefix() and add_suffix() functions ... In this example, we will rename the column name using ...
Read more >
Set up custom Floodlight metrics and dimensions - Search ...
Now you'll see Not in use in the variable's Status column, which means the variable is set up and ready to use in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found