preprocessor breaks the query

this is a part of my view and its PDT (but the same happens anywhere else)

select * from fake_row
--where
--not exists (select 1 from ${aaa.SQL_TABLE_NAME})

the comment causes en error in the query
SQL compilation error: syntax error line xx at position 5 unexpected ')'.

and the actual query looks like this

select * from fake_row
        --where
          --not exists (select 1 from "aaa"."bbb"
    )

preprocessor replaces ${aaa.SQL_TABLE_NAME} with "aaa"."bbb" but it also puts a new line
which is definitely wrong

0 0 49
0 REPLIES 0
Top Labels in this Space