duneanalytics / dune-client

A framework for interacting with Dune Analytics' officially supported API service
Apache License 2.0
85 stars 22 forks source link

Add Partial to QueryState Enum #125

Closed bh2smith closed 1 month ago

bh2smith commented 5 months ago

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.