superset/caravel
Maxime Beauchemin 1b124bfb87 [druid] optimize Druid queries where possible (#1517)
* [druid] optimize Druid queries where possible

Trying to use timeseries, topn where possible, falling back on 2-phases
groupby only where needed

* Fixing py3 bug
2016-11-02 11:25:33 -07:00
..
assets Moved queriesArray from render() to local state (#1505) 2016-11-01 19:40:09 -07:00
bin less number of default workers. (#1206) 2016-10-07 10:16:41 -07:00
data Using inheritance scheme to organize db specific code (#1294) 2016-10-12 13:50:47 -07:00
migrations [sqllab] add support for Jinja templating (#1426) 2016-10-26 11:09:27 -07:00
static [sqllab] some frontend tests (#1400) 2016-10-25 16:44:32 -07:00
templates Added dashboard standalone page (#1429) 2016-10-26 15:24:05 -07:00
translations Minor Fixes (#1484) 2016-10-30 16:55:56 -07:00
__init__.py [sqllab] add support for results backends (#1377) 2016-10-20 23:40:24 -07:00
ascii_art.py Adding version subcommand to CLI (#329) 2016-04-13 17:27:20 -07:00
config.py Fix celery module import in comments. (#1474) 2016-10-29 14:08:23 -07:00
dataframe.py [sqllab] add support for Jinja templating (#1426) 2016-10-26 11:09:27 -07:00
db_engine_specs.py Add yearly and quarterly granularities to mysql engine backend (#1518) 2016-11-02 08:00:34 -07:00
extract_table_names.py SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
forms.py Added checkbox in dist_bar viz to enable sorting of bars based on x axis labels (#1379) 2016-10-28 10:33:57 -07:00
jinja_context.py Add support for jinja templates in WHERE/HAVING clauses (#1442) 2016-11-01 08:16:06 -07:00
models.py [druid] optimize Druid queries where possible (#1517) 2016-11-02 11:25:33 -07:00
results_backends.py [sqllab] add support for results backends (#1377) 2016-10-20 23:40:24 -07:00
source_registry.py Override the role with perms for given datasources. (#1399) 2016-10-20 15:30:09 -07:00
sql_lab.py Celery uses separate db engine with NullPool. (#1492) 2016-10-31 16:02:12 -07:00
utils.py [sqllab] add support for Jinja templating (#1426) 2016-10-26 11:09:27 -07:00
views.py [druid] optimize Druid queries where possible (#1517) 2016-11-02 11:25:33 -07:00
viz.py Minor Fixes (#1484) 2016-10-30 16:55:56 -07:00