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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to