Skip to main content

results

Creates, updates, deletes, gets or lists a results resource.

Overview

Nameresults
TypeResource
Idsnowflake.result.results

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
fetch_resultexecresult_handler, endpointpageGet result status or the result when it is ready.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
endpointstringOrganization and Account Name (default: orgid-acctid)
result_handlerstringThe opaque result id.
pageinteger (int64)Number of the page of results to return. The number can range from 0 to the total number of pages minus 1.

Lifecycle Methods

Get result status or the result when it is ready.

EXEC snowflake.result.results.fetch_result 
@result_handler='{{ result_handler }}' --required,
@endpoint='{{ endpoint }}' --required,
@page='{{ page }}';