betodealmeida commented on a change in pull request #5380: Add time grain 
blacklist and addons to config.py
URL: 
https://github.com/apache/incubator-superset/pull/5380#discussion_r204507798
 
 

 ##########
 File path: superset/db_engine_specs.py
 ##########
 @@ -65,12 +94,22 @@ class BaseEngineSpec(object):
     """Abstract class for database engine specific configurations"""
 
     engine = 'base'  # str as defined in sqlalchemy.engine.engine
-    time_grains = tuple()
+    time_grain_functions = dict()
 
 Review comment:
   Nit: Use `{}` when instantiating an empty dictionary.

----------------------------------------------------------------
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