Skip to content

Commit fb5270a

Browse files
committed
Add correspond doc changes
1 parent 64529c3 commit fb5270a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

snowgraph/tpch-example.sql

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,7 @@ CALL gds.create_session('CPU_X64_L');
149149
-- We also specify the optional read concurrency to optimize building the graph projection.
150150
-- The concurrency can be set to the number of cores available on the compute pool node.
151151
SELECT gds.graph_project('parts_in_orders', {
152-
'nodeTables': {
153-
'tpch_example.gds.parts': 'Part',
154-
'tpch_example.gds.orders': 'Order'
155-
},
152+
'nodeTables': ['tpch_example.gds.parts', 'tpch_example.gds.orders'],
156153
'relationshipTables': {
157154
'tpch_example.gds.part_in_order': {
158155
'type': 'PART_IN_ORDER',

0 commit comments

Comments
 (0)