Snowflake is a fully managed SaaS platform for data warehousing, data lakes, data engineering, data science, data application development, and secure sharing and consumption of real-time and shared data.

Changelog

17 versions
v1.2.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewRow, UpdatedRow, DeletedRow.
v1.1.14
  • Added output examples to component schemas.
v1.1.13
  • Fixed an issue when invalid query could cause the engine to crash.
v1.1.12
  • Update snowflake-sdk dependency to v1.11.0.
v1.1.11
  • Update snowflake-sdk dependency to v1.6.21.
v1.1.10
  • The input fields now have the required attribute.
v1.1.9
  • Updated defaultValue for 'Query' component
v1.1.8
  • Unified outport options.
  • Fixed trigger components.
v1.1.7
  • Fixed outport options.
v1.1.6
  • Added outport options.
v1.1.5
  • Updated stream names to resolve collision issue.
v1.1.4
  • Fixed tooltip in Auth screen.
v1.1.3
  • Updated tooltip for 'Account' to provide more accurate and detailed information.
v1.1.2
  • Fixed 'Query' component
v1.1.1
  • Fixed out port issue
v1.1.0
  • Added Validation for 'Query' component
  • Fixed 'ListTables' component
  • Fixed log error in AddRow component
v1.0.0
  • Initial version

Authentication

TypeDetails
API Key
Account (text)
Your snowflake instance URL starts with your account name. It goes like this:
https://<account_name>.snowflakecomputing.com
Username (text)
The login name for your Snowflake user or your Identity Provider.
Password (password)
Password for the user.
Database (text)
Name of your database.
Warehouse (text)
Name of your warehouse.

Triggers

3
Deleted Row icon

Deleted Row

Watch for deleted rows in your MySQL database.
New Row icon

New Row

Watch for new rows in your table.
Updated Row icon

Updated Row

Watch for updated rows in your MySQL database.

Actions

5
Add Row icon

Add Row

Add a new row to a table.
List Schemas icon

List Schemas

List database schemas.
List Tables icon

List Tables

List tables.
Query icon

Query

Run an arbitrary query against your Snowflake database.
List Columns icon

List Columns

Aux component to list all columns in a board.