🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

langgraph-checkpoint-snowflake

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

langgraph-checkpoint-snowflake

Snowflake checkpoint saver implementation for LangGraph

0.1.0
PyPI
Maintainers
1

SnowflakeSaver

The SnowflakeSaver class is a part of the langgraph_checkpoint_snowflake module and is designed to manage checkpoints in a Snowflake database.

Usage

Initialization

To create an instance of SnowflakeSaver, you can provide optional parameters for the connection:

  • The connection name is from connections.toml file.
  • Optionally, database, schema, warehouse and role can be overridden.
saver = SnowflakeSaver(connection_name='my_conn', warehouse='my_warehouse', database='my_db', role='my_role', schema='myschema')

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts