Skip to content

Commit 8019e42

Browse files
author
David Mariani
committed
updated README instructions
1 parent fdf5280 commit 8019e42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ The [TPC-H](https://www.tpc.org/tpch/) model dataset is a widely recognized benc
1919
### How to Connect to Snowflake Data
2020
1. The supporting data for TPC-H is already available in Snowflake's public data share in the `SNOWFLAKE_SAMPLE_DATA/TPCH_SFx` schemas. The SML connection object in this repository already points to the `SNOWFLAKE_SAMPLE_DATA/TPCH_SF1` schema.
2121
2. The model requires a date table called `datecustom` to support the date dimension. Run the [CreateDateCustomTable.sql](data/CreateDateCustomTable.sql) SQL script in this repository to create the `datecustom` table and data that matches the TPC-H data.
22+
3. Update the `Connection - DateCustom.yml` connection SML file to point to the database and schema where you created the `DateCustom` table.
2223

0 commit comments

Comments
 (0)