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

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

Summary

Functions

Decodes response body.data based on the resultSetMetaData.

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

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

decode_data(request_response)

View Source