yuguang commented on issue #7219: Charts built off Snowflake only support 
uppercase metric labels
URL: 
https://github.com/apache/incubator-superset/issues/7219#issuecomment-487736624
 
 
   @yuyuhan0306 Try adding `{"connect_args": {"session_parameters": 
{"QUOTED_IDENTIFIERS_IGNORE_CASE": false}}}` to the engine_params of the 
Snowflake configuration. After that, you should be able to lowercase column 
names by running SELECT AS statements. I tested this out by running `SELECT 
hospital as "hospital" FROM emory.public.raw_er`, which returned a lowercase 
hospital column. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to