the " are removed with exp mode on
but
in the FROM table, the schema name is there (in our case ‘app’): app.my_table
but for all the joined tables, this schema declaration is missing, it just reads: other_table, third_table and so on.
schema decleration should be on all table names please.