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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to