Creating a database and schemas in Snowflake After you download and extract the extension package, run the DDL scripts to create a database and then create staging and analytical schemas in Snowflake.
1 Log in to Snowflake.
2 Create an SQL worksheet.
3 Navigate to the following file:
<Extracted extension package>/1_Snowflake_Staging/Snowflake_Staging.zip/1_db.sql
4 Copy the DDL scripts from the file to SQL worksheet, and click Run .
The database, staging schema, and analytical schema are created in Snowflake.
For more information about staging schema, see
Staging schema . For more information about analytical schema, see
Analytical schema .