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

Add build RPC method #3674

Merged
merged 6 commits into from
Aug 10, 2021
Merged

Add build RPC method #3674

merged 6 commits into from
Aug 10, 2021

Conversation

jtcohen6
Copy link
Contributor

@jtcohen6 jtcohen6 commented Aug 2, 2021

resolves #3595

  • I need to demo dbt build at Staging next week, so we need to get this in for v0.21.0-b2 and cut that first thing next week
  • Add build RPC method in order for it to be supported by cli_args method (not something I understand well!)
  • Works in local testing and integration test
  • I needed --threads for the RPC test to work. I went ahead and added some flags that were easy additions (--full-refresh, --threads, --no-version-check, --defer) but I have not done the exhaustive checking that dbt build: Parity for flags #3596 requires. These are indeed very messy—and I think we'll want to modularize test, seed, snapshot subparser arguments to make them easy additions for build.

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 Aug 2, 2021
@jtcohen6 jtcohen6 temporarily deployed to Postgres August 2, 2021 17:30 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Redshift August 2, 2021 17:30 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Redshift August 2, 2021 17:30 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Snowflake August 2, 2021 17:30 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Snowflake August 2, 2021 17:30 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Postgres August 2, 2021 19:58 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Bigquery August 2, 2021 19:58 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Bigquery August 2, 2021 19:58 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Redshift August 2, 2021 19:58 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Snowflake August 2, 2021 19:58 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Snowflake August 2, 2021 19:58 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Postgres August 2, 2021 20:01 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Redshift August 2, 2021 20:01 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Redshift August 2, 2021 20:01 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Bigquery August 2, 2021 20:01 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Bigquery August 2, 2021 20:01 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Snowflake August 2, 2021 20:01 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Snowflake August 2, 2021 20:01 Inactive
@jtcohen6 jtcohen6 marked this pull request as ready for review August 2, 2021 20:19
Copy link
Contributor

@kwigley kwigley left a comment

Choose a reason for hiding this comment

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

Other than the change Leah requested, this looks good to me

@jtcohen6 jtcohen6 temporarily deployed to Postgres August 10, 2021 02:39 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Redshift August 10, 2021 02:39 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Redshift August 10, 2021 02:39 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Bigquery August 10, 2021 02:39 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Bigquery August 10, 2021 02:39 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Snowflake August 10, 2021 02:39 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Snowflake August 10, 2021 02:39 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Postgres August 10, 2021 13:02 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Bigquery August 10, 2021 13:02 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Bigquery August 10, 2021 13:02 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Snowflake August 10, 2021 13:02 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Snowflake August 10, 2021 13:02 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Redshift August 10, 2021 13:02 Inactive
@jtcohen6 jtcohen6 temporarily deployed to Redshift August 10, 2021 13:02 Inactive
@jtcohen6 jtcohen6 merged commit 4541682 into develop Aug 10, 2021
@jtcohen6 jtcohen6 deleted the feature/rpc-build-method branch August 10, 2021 14:51
jtcohen6 added a commit that referenced this pull request Aug 10, 2021
* Add build RPC method

* Add rpc test, some required flags

* Fix flake8

* PR feedback

* Update changelog [skip ci]

* Do not skip CI when rebasing
jtcohen6 added a commit that referenced this pull request Aug 10, 2021
* Add build RPC method (#3674)

* Add build RPC method

* Add rpc test, some required flags

* Fix flake8

* PR feedback

* Update changelog [skip ci]

* Do not skip CI when rebasing

* Trigger CI so I can merge
leahwicz pushed a commit that referenced this pull request Aug 19, 2021
* Add build RPC method (#3674)

* Add build RPC method

* Add rpc test, some required flags

* Fix flake8

* PR feedback

* Update changelog [skip ci]

* Do not skip CI when rebasing

* Trigger CI so I can merge
TeddyCr pushed a commit to TeddyCr/dbt that referenced this pull request Sep 9, 2021
* Add build RPC method

* Add rpc test, some required flags

* Fix flake8

* PR feedback

* Update changelog [skip ci]

* Do not skip CI when rebasing
kwigley pushed a commit that referenced this pull request Sep 17, 2021
* Add build RPC method (#3674)

* Add build RPC method

* Add rpc test, some required flags

* Fix flake8

* PR feedback

* Update changelog [skip ci]

* Do not skip CI when rebasing

* Trigger CI so I can merge
kwigley pushed a commit that referenced this pull request Sep 17, 2021
* Add build RPC method (#3674)

* Add build RPC method

* Add rpc test, some required flags

* Fix flake8

* PR feedback

* Update changelog [skip ci]

* Do not skip CI when rebasing

* Trigger CI so I can merge
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.

dbt build: Add to RPC server
3 participants