dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
404 stars 227 forks source link

Allow configuring snapshot column names #1097

Closed gshank closed 1 month ago

gshank commented 2 months ago

resolves #1096

Problem

Support for https://github.com/dbt-labs/dbt-core/pull/10608, configuring snapshot column names

Solution

Modify snapshot.sql to support changed column names.

Checklist