Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Live query validation in the SQL Lab UI #31

Merged
merged 2 commits into from
May 7, 2019

Conversation

DiggidyDave
Copy link

merge apache/lyft-release-sp8

Alex Berghage and others added 2 commits May 6, 2019 16:09
* [WIP] Live query validation, where supported

This builds on apache#7422 to build check-as-you-type sql
query validation in Sql Lab. This closes apache#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
@DiggidyDave
Copy link
Author

@xtinec
Copy link

xtinec commented May 6, 2019

👍

@xtinec xtinec merged commit dfdf09b into lyft-develop May 7, 2019
@DiggidyDave DiggidyDave deleted the mergeSQLUIDevelop branch August 19, 2019 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants