You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/11/29 15:55:02 UTC

[GitHub] [incubator-superset] dpgaspar commented on a change in pull request #8693: [jinja_context] Fix, allow for app factory pattern

dpgaspar commented on a change in pull request #8693: [jinja_context] Fix, allow for app factory pattern
URL: https://github.com/apache/incubator-superset/pull/8693#discussion_r352187283
 
 

 ##########
 File path: docs/sqllab.rst
 ##########
 @@ -112,11 +112,11 @@ of queries before executing this. Currently, Presto is supported in SQL Lab. To
 enable query cost estimation, add the following keys to the "Extra" field in the
 database configuration:
 
-.. code-block:: json
+.. code-block:: text
 
     {
         "version": "0.319",
-        "cost_estimate_enabled": true,
+        "cost_estimate_enabled": true
 
 Review comment:
   Yes it's supported, the problem is that by including `...` at the end, we are making JSON invalid, and sphinx is going to validate that. So it's a question of remving `...` at the end (and that would give us proper JSON highlight) or change the type to `text`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org