Skip to content

Commit d623614

Browse files
committed
Rename [source,target]_table to [source,target]Table
1 parent 26839c6 commit d623614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snowgraph/tpch-example.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ SELECT gds.graph_project('parts_in_orders', {
156156
'relationshipTables': {
157157
'tpch_example.gds.part_in_order': {
158158
'type': 'PART_IN_ORDER',
159-
'source_table': 'tpch_example.gds.parts',
160-
'target_table': 'tpch_example.gds.orders',
159+
'sourceTable': 'tpch_example.gds.parts',
160+
'targetTable': 'tpch_example.gds.orders',
161161
'orientation': 'NATURAL'
162162
}
163163
},

0 commit comments

Comments
 (0)