aws-samples / dbt-glue

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

Iceberg/Delta CREATE OR REPLACE instead of DROP then CREATE #400

Open sanga8 opened 2 weeks ago

sanga8 commented 2 weeks ago

Description

The iceberg/delta incremental materialization DROP and then CREATE the table. We could use CREATE OR REPLACE to avoid downtime

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.