How to select and insert required column in dbt model.
I have a column called “ID” which is an autoincrement and i dont want to select and insert this column value to snowflake db. is this possible to exclude columns in the insert sqL of a model.
1 Like
Hey man!
Were you able to resolve that? I’m having the same issue.