aws-samples / dbt-glue

This repository contains the dbt-glue adapter
Apache License 2.0
101 stars 69 forks source link

Support on_schema_change #330

Closed sanga8 closed 2 months ago

sanga8 commented 9 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.