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 1825c4a commit 3266499Copy full SHA for 3266499
query_runs.go
@@ -93,7 +93,7 @@ const (
93
QueryRunCanceled QueryRunStatus = "canceled"
94
QueryRunErrored QueryRunStatus = "errored"
95
QueryRunPending QueryRunStatus = "pending"
96
- QueryRunQueuing QueryRunStatus = "queued"
+ QueryRunQueued QueryRunStatus = "queued"
97
QueryRunRunning QueryRunStatus = "running"
98
QueryRunFinished QueryRunStatus = "finished"
99
)
0 commit comments