Skip to content

Commit d0555e2

Browse files
committed
[DOP-31721] Validate SQL transformation FROM clause
1 parent 09150f0 commit d0555e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_unit/test_transfers/test_create_transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ async def test_developer_plus_can_create_transfer_with_sql_transformation(
14221422
"query",
14231423
[
14241424
"SELECT col1, col2 FROM source WHERE col1 > 100;",
1425-
"select col1 from table1",
1425+
"select COL1 from SOURCE",
14261426
" SELECT col1 FROM source ",
14271427
" WITH some AS (SELECT col1 FROM source) SELECT * FROM some;",
14281428
],

0 commit comments

Comments
 (0)