Skip to content
New issue

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

refactor: Improve arguments used by the dbt hook and operators #23

Merged
merged 3 commits into from
Dec 10, 2021

Conversation

tomasfarias
Copy link
Owner

dbt v1.0.0 deprecated some arguments that we were still exposing, so
those were taken out.

Some arguments were missing, like variants of mutually
exclusive arguments, so they were added.

Mutually exclusive arguments are now properly handling by setting the
positive version (the one without the no_ prefix) since that's the one
dbt CLI sets too.

Test cases were updated to reflect this changes.

Finally, arguments were sorted to make them easier to navigate.

dbt v1.0.0 deprecated some arguments that we were still exposing, so
those were taken out.

Some arguments were missing, like variants of mutually
exclusive arguments, so they were added.

Mutually exclusive arguments are now properly handling by setting the
positive version (the one without the no_ prefix) since that's the one
dbt CLI sets too.

Test cases were updated to reflect this changes.

Finally, arguments were sorted to make them easier to navigate.
@tomasfarias tomasfarias merged commit ca0564e into master Dec 10, 2021
@tomasfarias tomasfarias deleted the dbt-v1-support branch December 10, 2021 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant