You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/05/02 17:34:28 UTC

[GitHub] [incubator-superset] yuyuhan0306 commented on issue #7219: Charts built off Snowflake only support uppercase metric labels

yuyuhan0306 commented on issue #7219: Charts built off Snowflake only support uppercase metric labels
URL: https://github.com/apache/incubator-superset/issues/7219#issuecomment-488762514
 
 
   > @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.
   
   I added the parameter to the engine_params of the Snowflake configuration, which worked well for a table view. However, when I try to graph a time series - line chart, I still got the `{"error": "'__timestamp'"}`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org