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

Add Partial to QueryState Enum #125

Merged
merged 6 commits into from
Aug 26, 2024
Merged

Add Partial to QueryState Enum #125

merged 6 commits into from
Aug 26, 2024

Conversation

bh2smith
Copy link
Collaborator

@bh2smith bh2smith commented May 9, 2024

Closes #124 (introducing the new execution state to the enum) and adds allow_partial_results=true by default on query executions. The point is so that long running queries don't fail to execute because of a parsing error. I am not sure if there were additional plans to make use of this (like showing progress bar), but generally I would say that this "closes #124".

Test Plan

Existing CI -- no logical changes were made to the code.

dune_client/models.py Outdated Show resolved Hide resolved
@bh2smith bh2smith merged commit f71755b into main Aug 26, 2024
3 checks passed
@bh2smith bh2smith deleted the 124/partial-fix branch August 26, 2024 22:04
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.

Partially completed query state not captured by SDK
3 participants