We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28efb42 commit 1825c4aCopy full SHA for 1825c4a
query_runs.go
@@ -95,7 +95,7 @@ const (
95
QueryRunPending QueryRunStatus = "pending"
96
QueryRunQueuing QueryRunStatus = "queued"
97
QueryRunRunning QueryRunStatus = "running"
98
- QueryRunFinished QueryRunStatus = "queuing_apply"
+ QueryRunFinished QueryRunStatus = "finished"
99
)
100
101
// List all available run sources.
0 commit comments