View Source Avalanche.Steps.DecodeData (Avalanche v0.12.2)

A custom Req pipeline step to decode the body.data returned by Snowflake.

Link to this section Summary

Functions

Decodes response body.data based on the resultSetMetaData.

Link to this section Functions

Link to this function

attach(request, options \\ [])

View Source

Decodes response body.data based on the resultSetMetaData.

https://docs.snowflake.com/en/developer-guide/sql-api/reference.html#label-sql-api-reference-resultset-resultsetmetadata

options

Options

  • :downcase_column_names - Downcase the result's column names.
Link to this function

decode_data(request_response)

View Source