Snapshot DBT_CAHNGE_TYPE Metadata column

The problem I’m having

ive been wanting to bring in dbt_change_type metadata column in snapshot.

In default__snapshot_staging_table macro, dbt_change_type is created but its not brought into the final output

The context of why I’m trying to do this

Im currently creating it manually but by bringing in this column, it will limit additional transformation.

What I’ve already tried

Has anyone brought this column in by modifying the default macro?