From 04b662ea1154b75e2c362aed97e33946251d1bed Mon Sep 17 00:00:00 2001 From: Xiao Hanyu Date: Thu, 1 Jun 2017 12:26:17 +0800 Subject: [PATCH] Fix a type error in rst' sub list. (#2881) Sub list in rst requires a blank line above and below. Ref: - http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#bullet-lists --- docs/sqllab.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sqllab.rst b/docs/sqllab.rst index 1a8923c1fc..a1da6c7f45 100644 --- a/docs/sqllab.rst +++ b/docs/sqllab.rst @@ -13,9 +13,11 @@ Feature Overview visualization capabilities - Browse database metadata: tables, columns, indexes, partitions - Support for long-running queries + - uses the `Celery distributed queue `_ to dispatch query handling to workers - supports defining a "results backend" to persist query results + - A search engine to find queries executed in the past - Supports templating using the `Jinja templating language `_