I have a source table called COLUMN in my Snowflake database. I didn’t name it!
But I do have to select from it. I’ve got quoting turned off in my project file. Is there a way to reference the COLUMN table through the source or do I have to hard-code the quoted name?
It’s kind of not-fun to have to write out {{ source('my_source', 'COLUMN') }} with COLUMN in all caps. Instead of doing that, you could specify an identifier for dbt to use for the source, while still referencing it by its name.