> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Snowflake

Connect to Snowflake to run queries.

<Accordion title="Explore Columns">
  Explore columns in a table in snowflake. this action provides distinct values of columns in a table.
</Accordion>

<Accordion title="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.
</Accordion>

<Accordion title="Run Query">
  Execute a sql query in snowflake.
</Accordion>

<Accordion title="Show Tables">
  Show tables in a snowflake schema.
</Accordion>
