Snowflake
Learn how to use Snowflake with Composio
Overview
SLUG
SNOWFLAKE
Description
Snowflake is a cloud-based data warehouse offering elastic scaling, secure data sharing, and SQL analytics across multiple cloud environments
Authentication Details
OAuth2
client_id
client_secret
oauth_redirect_uri
scopes
subdomain
Basic Auth
username
password
subdomain
Tools
Describe table
SLUG: SNOWFLAKE_DESCRIBE_TABLE
Action Parameters
database
schema_name
table_name
Action Response
data
error
successful
Explore Columns
SLUG: SNOWFLAKE_EXPLORE_COLUMNS
Action Parameters
column_names
database
limit
schema_name
table_name
Action Response
data
error
successful
Run Query
SLUG: SNOWFLAKE_RUN_QUERY
Action Parameters
database
query
schema_name
Action Response
data
error
successful
Show databases
SLUG: SNOWFLAKE_SHOW_DATABASES
Action Parameters
Action Response
data
error
successful
Show schemas
SLUG: SNOWFLAKE_SHOW_SCHEMAS
Action Parameters
database
Action Response
data
error
successful
Show Tables
SLUG: SNOWFLAKE_SHOW_TABLES
Action Parameters
database
schema_name
Action Response
data
error
successful