Source
Snowflake SQL API reference
To submit one or more SQL statements for execution, send a POST request to /api/v2/statements. You can specify that the statement should be executed asynchronously.
API Reference
These topics provide reference information for the APIs available in Snowflake.
Cortex Agents Run API
There are two methods to interact with an Agent: Build an agent object and reference this agent object in a request to the agent:run API. Call agent:run directly without an agent object. You provide the configuration in the request body of…
Performance issue when using JDBC DatabaseMetaData API methods when a schema or table contains underscore
ISSUE: JDBC metadata API call methods getColumns() and getPrimaryKeys() may scan columns from the entire database, users may experience high metadata queries execution time in a database with many tables or columns, and as a result, it…
Feedback REST API
Use this API to collect feedback about Cortex Agents from end users.
Error "Multiple SQL statements in a single API call are not supported" when executing queries from Snowsight
ISSUE: Queries in the Snowsight worksheets fail with the following error:"Multiple SQL statements in a single API call are not supported; use one API call per statement instead."…