Skip to main content

analyst_pre_selection

Creates, updates, deletes, gets or lists an analyst_pre_selection resource.

Overview

Nameanalyst_pre_selection
TypeResource
Idsnowflake.cortex.analyst_pre_selection

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
pre_selectexecendpoint, tds_source, warehouseRetrieve relevant table information from input data for semantic model generation

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 identifier (orgname-accountname) (default: orgname-accountname)

Lifecycle Methods

Retrieve relevant table information from input data for semantic model generation

EXEC snowflake.cortex.analyst_pre_selection.pre_select
@endpoint='{{ endpoint }}' --required
@@json=
'{
"tds_source": "{{ tds_source }}",
"sql_source": "{{ sql_source }}",
"warehouse": "{{ warehouse }}",
"tableau_input": "{{ tableau_input }}",
"experimental": "{{ experimental }}"
}'
;