Regarding removing columns from a snapshot, dbt’s docs have this to say:
dbt will not delete columns in the destination snapshot table if they are removed from the source query.
Is there any way to perform this action?
Regarding removing columns from a snapshot, dbt’s docs have this to say:
dbt will not delete columns in the destination snapshot table if they are removed from the source query.
Is there any way to perform this action?