-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
adds additional augmented assignment statements (#4315) #4331
Conversation
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, don't hesitate to ping @drewbanin. CLA has not been signed by users: @sarah-weatherbee |
@cla-bot check |
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, don't hesitate to ping @drewbanin. CLA has not been signed by users: @sarah-weatherbee |
The cla-bot has been summoned, and re-checked this pull request! |
Once you get the CLA signed, you'll also want to add a line to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for helping make dbt-core
better! Excited to work with you on more contributions!
Resolves issue #4315 by adding augmented assignment statements to:
core/dbt/dataclass_schema.py
core/dbt/graph/selector_spec.py
core/dbt/parser/manifest.py
test/integration/047_dbt_ls_test/test_ls.py
test/unit/test_macro_calls.py
Checklist
CHANGELOG.md
and added information about my change