You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,5 @@ The [TPC-H](https://www.tpc.org/tpch/) model dataset is a widely recognized benc
19
19
### How to Connect to Snowflake Data
20
20
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.
21
21
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.
0 commit comments