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

A custom Req pipeline step to retrieve all the partitions of data from a statement execution.

Link to this section Summary

Functions

Get partitioned data per the resultSetMetaData.

Link to this section Functions

Link to this function

attach(request, options \\ [])

View Source

Get partitioned data per the resultSetMetaData.

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

options

Options

  • :max_concurrency - sets the maximum number of tasks to run at the same time. Defaults to System.schedulers_online/0.

  • :timeout - the maximum amount of time to wait (in milliseconds). Defaults to 2 minutes.

Link to this function

get_partitions(request_response)

View Source