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/05/15 20:28:45 UTC

[GitHub] [incubator-superset] bearcage opened a new pull request #7516: feat: Live query validation in the SQL Lab UI (#7461)

bearcage opened a new pull request #7516: feat: Live query validation in the SQL Lab UI (#7461)
URL: https://github.com/apache/incubator-superset/pull/7516
 
 
   ## RETARGET OF #7461 ON `apache/incubator-superset`
   
   This builds on #7422 to build check-as-you-type sql
   query validation in Sql Lab. This closes #6707 too.
   
   It adds a (debounced) call to the validate_sql_json
   API endpoint with the querytext, and on Lyft infra is
   able to return feedback to the user (end to end) in
   $TBD seconds.
   
   At present feedback is provided only through the
   "annotations" mechanism build in to ACE, although
   I'd be open to adding full text elsewhere on the
   page if there's interest.
   
   * fix: Unbreak lints and tests

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