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: add support of running all cells of a data doc #1102

Merged
merged 4 commits into from
Dec 16, 2022

Conversation

jczhong84
Copy link
Collaborator

@jczhong84 jczhong84 commented Dec 15, 2022

This PR will add the support of running all query cells of a data doc in sequence, like the manual run of a schedule.

Snip20221215_7

After clicking the "Run All" button, it will show a confirm dialog. After click the Run, all cells will start running and the running progress will be updated for the current running cell.

image

If there is a query cell is still running, a warning message will be added.
image

querybook/server/datasources/datadoc.py Outdated Show resolved Hide resolved
querybook/server/datasources/datadoc.py Outdated Show resolved Hide resolved
querybook/server/datasources/datadoc.py Outdated Show resolved Hide resolved
querybook/server/datasources/datadoc.py Outdated Show resolved Hide resolved
querybook/server/tasks/run_datadoc.py Outdated Show resolved Hide resolved
querybook/server/tasks/run_datadoc.py Show resolved Hide resolved
querybook/server/tasks/run_datadoc.py Show resolved Hide resolved
querybook/webapp/redux/queryExecutions/selector.ts Outdated Show resolved Hide resolved
querybook/webapp/redux/queryExecutions/selector.ts Outdated Show resolved Hide resolved
@czgu czgu merged commit b80b48c into pinterest:master Dec 16, 2022
rohan-sh1 pushed a commit to CAI-TECHNOLOGIES/cai-ext-db-explorer that referenced this pull request Feb 28, 2023
* feat: add support of running all cells of a data doc

* comments

* fix linter

* comments
@jczhong84 jczhong84 deleted the feat/runall branch April 7, 2023 00:40
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