You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/02/11 03:13:28 UTC

[GitHub] vnnw commented on issue #4397: Weird query generated when using Time Series Line Chart with Group By column

vnnw commented on issue #4397: Weird query generated when using Time Series Line Chart with Group By column
URL: https://github.com/apache/incubator-superset/issues/4397#issuecomment-364716270
 
 
   After hours of researching, I found that overriding the default variable values of BaseEngineSpec in db_engine_specs.py may fix this problem.
   
   For example:
   ```
   class SqliteEngineSpec(BaseEngineSpec):
       engine = 'sqlite'
       time_secondary_columns = True // add this line
       time_groupby_inline = True // and this one too
       ??
   ```

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