aws-samples / dbt-glue

This repository contains de dbt-glue adapter
Apache License 2.0
91 stars 59 forks source link

Support on_schema_change #330

Open sanga8 opened 5 months ago

sanga8 commented 5 months ago

What if the columns of your incremental models change ? Dbt offers a nice way to deal with it: https://docs.getdbt.com/docs/build/incremental-models#what-if-the-columns-of-my-incremental-model-change

This feature is very important, and should be supported by the dbt-glue adapter.