Skip to content

Commit

Permalink
tabs v spaces :shaking fist:
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 e306428 commit e5ff6e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ 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"
"source_expression": "select email from customer where customer_id = 1"
},
{
"target_table": "states",
"source_expression": "select * from states",
"create_ddl": "copy"
"create_ddl": "copy"
},
{
"target_table": "sales_by_sku",
Expand Down

0 comments on commit e5ff6e2

Please sign in to comment.