Closed
Description
Describe the bug
If you have a very big column name, turning the query into a model will make the query to fail
To Reproduce
- create a sql question like
select count(*) as coun, state as Total_number_of_people_from_each_state_separated_by_state_and_then_we_do_a_count from people
group by Total_number_of_people_from_each_state_separated_by_state_and_then_we_do_a_count
- save it as a model
- see the error
Expected behavior
we should honor the name of the columns
Logs
NA
Information about your Metabase installation
v50
Severity
P1
Additional context
A customer mentioned that this is a regression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment