Open Jeremynadal33 opened 3 months ago
I want to be able to add write options as model configuration.
Add write option and passing it to the adapter create table function.
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.
Everyone wanting more control on their write option and everyone using incremental strategy and wanting to full refresh their models.
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.
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.