We've noticed that some (PostgreSQL) SQL schema files contain duplicate column names - Type and type in case of the Agent table. Out of the box such a SQL statement won't work - it'll report a ...
I found a fix that works for me, maybe it can be useful for you and it's not that bad of a solution idk 😅 It seems that simply using the identifier function of Snowflake (docs) fixes the problem. I ...