Skip to content

Commit

Permalink
add partial to query state enum
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed May 9, 2024
1 parent 24af734 commit acdeb24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dune_client/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class ExecutionState(Enum):

COMPLETED = "QUERY_STATE_COMPLETED"
EXECUTING = "QUERY_STATE_EXECUTING"
PARTIAL = "QUERY_STATE_PARTIAL"
PENDING = "QUERY_STATE_PENDING"
CANCELLED = "QUERY_STATE_CANCELLED"
FAILED = "QUERY_STATE_FAILED"
Expand Down

0 comments on commit acdeb24

Please sign in to comment.