mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1964] [MERGED] Adding snowflake tool #2177
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1964
Author: @r-hashi01
Created: 10/30/2025
Status: ✅ Merged
Merged: 11/6/2025
Merged by: @crazywoola
Base:
main← Head:adding_snowflake_tool📝 Commits (5)
8c6c19eAdd Snowflake SQL plugin with OAuth support636c9dedelete debug comment6ccd3a1feat: enhance Snowflake SQL plugin with security checks and updated descriptionsd76ab8ffix: correct version specification for snowflake-connector-python in requirementsef41210feat: add SQL validation and security checks in SnowflakeQueryTool📊 Changes
12 files changed (+1662 additions, -0 deletions)
View changed files
➕
tools/snowflake/.difyignore(+184 -0)➕
tools/snowflake/.env.example(+3 -0)➕
tools/snowflake/README.md(+337 -0)➕
tools/snowflake/_assets/icon-dark.svg(+9 -0)➕
tools/snowflake/_assets/icon.svg(+9 -0)➕
tools/snowflake/main.py(+6 -0)➕
tools/snowflake/manifest.yaml(+35 -0)➕
tools/snowflake/provider/snowflake_sql.py(+211 -0)➕
tools/snowflake/provider/snowflake_sql.yaml(+74 -0)➕
tools/snowflake/requirements.txt(+3 -0)➕
tools/snowflake/tools/snowflake_sql.py(+629 -0)➕
tools/snowflake/tools/snowflake_sql.yaml(+162 -0)📄 Description
Related Issues or Context
This PR adds a new Snowflake tool plugin to enable integration with Snowflake data warehouse platform. This tool allows users to:
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.