We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 (#211 or #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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 (#211 or #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.
The text was updated successfully, but these errors were encountered: