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 2018/07/03 05:33:54 UTC

[GitHub] villebro commented on issue #5308: KeyError when using Redshift

villebro commented on issue #5308: KeyError when using Redshift
URL: https://github.com/apache/incubator-superset/issues/5308#issuecomment-402018173
 
 
   This sounds a lot like a similar problem with Snowflake/Oracle that was fixed in PR #4994. Can you try to manually lowercasing the metric name from `SUM(itemsales)` to `sum(itemsales)` under the datasource properties? If that fixes the problem I suggest implementing the normalize_column_name override from the Snowflake/Oracle spec to Redshift, which forces the names to lower case, circumventing the problem for now.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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