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

[sql lab] WIP. Autosync queries periodically #1011

Closed
wants to merge 4 commits into from
Closed

[sql lab] WIP. Autosync queries periodically #1011

wants to merge 4 commits into from

Conversation

bkyryliuk
Copy link
Member

@bkyryliuk bkyryliuk commented Aug 24, 2016

Implements #1016

@bkyryliuk bkyryliuk changed the title First changes for the sync WIP. Autosync. Aug 24, 2016
@@ -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',
Copy link
Member

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

Copy link
Member Author

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 mistercrunch changed the title WIP. Autosync. [sql lab] WIP. Autosync queries periodically Aug 25, 2016
@bkyryliuk
Copy link
Member Author

@mistercrunch - I've implemented merging logic.
The fact that I change the query id in the object broke the results display,
Do you know how could I fix that?

@mistercrunch
Copy link
Member

@bkyryliuk let's sit down together and push this through today

@bkyryliuk bkyryliuk closed this Aug 25, 2016
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 17, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 24, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 25, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 26, 2021
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.

None yet

2 participants