analyst_pre_selection
Creates, updates, deletes, gets or lists an analyst_pre_selection resource.
Overview
| Name | analyst_pre_selection |
| Type | Resource |
| Id | snowflake.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
pre_select | exec | endpoint, tds_source, warehouse | Retrieve 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.
| Name | Datatype | Description |
|---|---|---|
endpoint | string | Organization and account identifier (orgname-accountname) (default: orgname-accountname) |
Lifecycle Methods
- pre_select
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 }}"
}'
;