I'm trying to implement a "merge_exclude_columns" configuration in my dbt project as suggested here:
https://github.com/dbt-labs/dbt-core/pull/3100#issuecomment-904502858
My question is kind of basic - I assume I need to add this macro to the exsiting merge.sql macro but now sure where I'm suppose to find it.
Thank you.