Source
Snowflake SQL API
The Snowflake SQL API is a REST API that you can use to access and update data in a Snowflake database. You can use this API to develop custom applications and integrations that: Perform queries Manage your deployment (e.g. provision…
Snowflake REST APIs
Snowflake REST APIs for resource management provide a set of endpoints that lets users programmatically interact with and control various resources within the Snowflake Data Cloud. The Snowflake REST APIs suite of APIs enables developers…
API Reference
APIs for connecting to Snowflake Connector / Driver / Client API Resources Go Driver Developer Guide API Reference JDBC Driver Developer Guide JDBC API Support Reference…
Snowflake REST APIs reference
Snowflake REST APIs reference Feature — Generally Available The Snowflake REST APIs are supported in government regions, but some resources are currently not available in government regions.
Snowpark API
The Snowpark API provides an intuitive library for querying and processing data at scale in Snowflake.
Snowflake Python APIs: Managing Snowflake objects with Python
The Snowflake Python APIs package is a unified library that seamlessly connects Python with Snowflake workloads. It is intended to provide comprehensive APIs for interacting with Snowflake resources across data engineering, Snowpark,…
Snowflake SQL API reference
Snowflake SQL API reference This topic documents the operations, requests, and responses for the SQL API. Operations POST /api/v2/statements To submit one or more SQL statements for execution, send a POST request to /api/v2/statements. You…
Snowflake Python APIs: General concepts
The programming model of the Snowflake Python APIs is resource - based, which means that the APIs consist of a set of objects that represent their respective object counterparts in Snowflake.
Snowflake Python Demos API
The Snowflake Python Demos library (snowflake.demos) helps you rapidly scaffold demos for Snowflake Notebooks by automating environment setup tasks — such as configuring the database, schema, role, permissions, and dataset access — to…
Install the Snowflake Python APIs library
The Snowflake Python APIs library relies on the Python cryptography library for authentication. If you’re using a FIPS - compliant Python environment, you must compile the cryptography library against the system’s FIPS - compliant…