View Source Avalanche.StatementRequest (Avalanche v0.13.0)
The execute statement request struct.
Struct fields:
:url- the HTTP request URL (e.g. https://account-id.snowflakecomputing.com):headers- the HTTP request headers:body- the HTTP request body:token- the HTTP Bearer authentication token:options- options to customize HTTP pipeline steps
Summary
Types
Functions
Builds a statement execution request to run.
Runs a statement execution request.
Returns {:ok, response} or {:error, exception}.