We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64529c3 commit fb5270aCopy full SHA for fb5270a
snowgraph/tpch-example.sql
@@ -149,10 +149,7 @@ CALL gds.create_session('CPU_X64_L');
149
-- We also specify the optional read concurrency to optimize building the graph projection.
150
-- The concurrency can be set to the number of cores available on the compute pool node.
151
SELECT gds.graph_project('parts_in_orders', {
152
- 'nodeTables': {
153
- 'tpch_example.gds.parts': 'Part',
154
- 'tpch_example.gds.orders': 'Order'
155
- },
+ 'nodeTables': ['tpch_example.gds.parts', 'tpch_example.gds.orders'],
156
'relationshipTables': {
157
'tpch_example.gds.part_in_order': {
158
'type': 'PART_IN_ORDER',
0 commit comments