You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/28 21:43:01 UTC

[GitHub] mistercrunch commented on a change in pull request #3548: add time granularity to redshift

mistercrunch commented on a change in pull request #3548: add time granularity to redshift
URL: https://github.com/apache/incubator-superset/pull/3548#discussion_r141743874
 
 

 ##########
 File path: superset/db_engine_specs.py
 ##########
 @@ -866,6 +866,18 @@ def convert_dttm(cls, target_type, dttm):
 
 class RedshiftEngineSpec(PostgresEngineSpec):
     engine = 'redshift'
+    
+    time_grains = (
 
 Review comment:
   isn't this inherited from `PostgresEngineSpec`? Looks like a copy-paste of exactly what is inherited...
 
----------------------------------------------------------------
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