Ask a question to get started
Enter to sendā¢Shift+Enter new line
execute_cortex_function_async( session: Session, function_name: str, args: list, operation_name: str
session
Session
function_name
str
args
list
operation_name
'async Cortex function execution'
Execute Cortex functions asynchronously with proper SQL escaping.
Active Snowflake session
Name of the Cortex function (e.g., 'SENTIMENT', 'SUMMARIZE')
List of arguments to pass to the function
Description for error logging