Skip to content

Commit

Permalink
Add another example to help
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Oct 8, 2023
1 parent f87eced commit e306428
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ should be copied as-is from the source keyspace. Here's an example value for tab
"target_table": "customer_one_email",
"source_expression": "select email from customer where customer_id=1"
},
{
"target_table": "states",
"source_expression": "select * from states",
"create_ddl": "copy"
},
{
"target_table": "sales_by_sku",
"source_expression": "select sku, count(*) as orders, sum(price) as revenue from corder group by sku",
Expand Down

0 comments on commit e306428

Please sign in to comment.