View Source Avalanche.StatusRequest (Avalanche v0.13.0)
The check query status request struct.
Struct fields:
:url
- the HTTP request URL (e.g. https://account-id.snowflakecomputing.com):path
- the HTTP request path.:headers
- the HTTP request headers.:body
- the HTTP request body.:token
- the HTTP Bearer authentication token.:row_types
- an array of objects that describe the columns in the set of results. used for decoding.:options
- options to customize HTTP pipeline steps
Summary
Types
Functions
Builds a query status request to run.
Runs a query status request.
Returns {:ok, response}
or {:error, exception}
.