aws-samples / dbt-glue

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

Allow adding write options to model configuration #415

Open Jeremynadal33 opened 3 months ago

Jeremynadal33 commented 3 months ago

Describe the feature

I want to be able to add write options as model configuration.

Describe alternatives you've considered

Add write option and passing it to the adapter create table function.

Additional context

It allow solving problems seen in these issues (https://github.com/aws-samples/dbt-glue/issues/211 or https://github.com/aws-samples/dbt-glue/issues/159) : modifying the schema of a table at when --full-refresh is passed.

Who will this benefit?

Everyone wanting more control on their write option and everyone using incremental strategy and wanting to full refresh their models.

Are you interested in contributing this feature?

Yes I want to but I am very new to open source contributing and I would like information on how to be sure what I do is sufficient.