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

Feature: state and defer in RPC calls #2736

Merged
merged 2 commits into from
Sep 8, 2020

Conversation

beckjake
Copy link
Contributor

@beckjake beckjake commented Sep 1, 2020

resolves #2678

Description

Added state and defer arguments to every RPC call whose matching CLI call has them.

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt next" section.

@cla-bot cla-bot bot added the cla:yes label Sep 1, 2020
@beckjake beckjake requested a review from jtcohen6 September 2, 2020 14:49
@beckjake beckjake marked this pull request as ready for review September 2, 2020 14:50
Copy link
Contributor

@jtcohen6 jtcohen6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice work on the tests. I just tried locally and confirmed parity between cli_args and run + state/defer params.

I'm happy with merging this into v0.19.0, given there isn't much rush. We still need time to figure out state comparison in the Cloud IDE, anyway.

@beckjake
Copy link
Contributor Author

beckjake commented Sep 8, 2020

Ok. I opened this against 0.19.0 because we didn't have a 0.18.1 branch at the time - I can definitely point it there instead if you'd prefer, since I have to fix the changelog anyway.

@jtcohen6
Copy link
Contributor

jtcohen6 commented Sep 8, 2020

I'm happy with leaving it at 0.19, feels like part of taking these features out of beta

@beckjake beckjake merged commit 1fa149d into dev/kiyoshi-kuromiya Sep 8, 2020
@beckjake beckjake deleted the feature/rpc-state-defer branch September 8, 2020 15:28
@jtcohen6 jtcohen6 added state Stateful selection (state:modified, defer) and removed state Stateful selection (state:modified, defer) labels Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants