Snowflake
Learn how to use Snowflake with Composio
Overview
Enum
SNOWFLAKE
Description
Connect to Snowflake to run queries.
Authentication Details
BASIC
username
password
account_url
Actions
SNOWFLAKE_EXPLORE_COLUMNS
Explore columns in a table in snowflake. this action provides distinct values of columns in a table.
Action Parameters
database
schema_name
table_name
column_names
limit
Action Response
data
successful
error
SNOWFLAKE_SHOW_TABLES
Show tables in a snowflake schema.
Action Parameters
database
schema_name
Action Response
data
successful
error
SNOWFLAKE_DESCRIBE_TABLE
Describe a table in snowflake. this action provides information about the columns in the table like their data types, nullability, primary key, unique key and default values.
Action Parameters
database
schema_name
table_name
Action Response
data
successful
error
SNOWFLAKE_RUN_QUERY
Execute a sql query in snowflake.
Action Parameters
database
schema_name
query
Action Response
data
successful
error