Accelerate the Value of Data

Create a Snowflake warehouse

Learn how to create a Snowflake warehouse.

Before you create a Snowflake warehouse, you must have completed the first stage, Configure Azure cloud storage for Snowflake.
A data warehouse provides resources to perform Snowflake operations, such as executing SQL statements and loading data into tables. Create a Snowflake warehouse to run Reltio SQL commands and process object type tasks.
To create a Snowflake warehouse:
  1. In the Snowflake application worksheet area, create a new SQL worksheet.
  2. In the SQL worksheet, run this command to create a Snowflake warehouse:
    CREATE WAREHOUSE <warehouse_name>
        WAREHOUSE_TYPE = <warehouse_type>
        WAREHOUSE_SIZE = <warehouse_size>;
    where:
  3. In the SQL worksheet, view the Successfully created notification message.
For general information, see Create warehouse in the Snowflake SQL Command Reference.