-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[sql lab] WIP. Autosync queries periodically #1011
Conversation
@@ -18,7 +18,8 @@ const QueryHistory = (props) => { | |||
if (queriesArray.length > 0) { | |||
return ( | |||
<QueryTable | |||
columns={['state', 'started', 'duration', 'rows', 'sql', 'actions']} | |||
columns={['state', 'started', 'duration', 'progress', 'rows', 'sql', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't there room on that line? linter says 100 I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, I used python config for it.
@mistercrunch - I've implemented merging logic. |
@bkyryliuk let's sit down together and push this through today |
Implements #1016