Whenever I use the rewrite table component to write my tables, the order of the columns is randomized every time, so not according how I read the table and the order of how I add columns with a calculator. How do I fix this?
I also checked the SQL code that it executes on Snowflake and apparently it executes a select * instead of selecting each column with the right order.