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

738/wazi #840

Closed
wants to merge 32 commits into from
Closed

738/wazi #840

wants to merge 32 commits into from

Conversation

wazi55
Copy link
Contributor

@wazi55 wazi55 commented Jul 21, 2023

resolves #
docs dbt-labs/docs.getdbt.com/#

#734

Problem

Serverless Spark polling within the dbt-bigquery adapter spends an extra 1.5 minute waiting for cluster to be torn down instead of just waiting for the job to finish.

Solution

Updated operation.result to getBatch instead. added a randomly generated batch_id to allow dataproc to reference getBatch operation from the batch_id used for createBatch.

Checklist

  • [ x] I have read the contributing guide and understand what's expected of me
  • [x ] 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
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

FishtownBuildBot and others added 29 commits April 13, 2023 18:36
) (dbt-labs#676)

* try waiting between consecutive calls to run_dbt to see if it is a concurrency issue

(cherry picked from commit 5b00086)
* Backport 688 to 1.5.latest

* Missed a test part

* Remove policytag

* Fix
* cherry pick f717e83

* updating set-output (dbt-labs#725)

* updating set-output

* add pipe
* drop support for py37

* drop support for py37

* drop support for py37

(cherry picked from commit 863c2f8)

Co-authored-by: Mike Alfare <[email protected]>
* remove call to dataset update if dataset has not changed

* add changie

* fix unit test naming

* seperate entry check from update

---------

Co-authored-by: Mike Alfare <[email protected]>
(cherry picked from commit 85efa2a)

Co-authored-by: colin-rogers-dbt <[email protected]>
…els + arrays of structs (dbt-labs#806) (dbt-labs#817)

(cherry picked from commit 291713c)

Co-authored-by: Michelle Ark <[email protected]>
@wazi55 wazi55 requested a review from a team as a code owner July 21, 2023 12:33
@cla-bot cla-bot bot added the cla:yes label Jul 21, 2023
@dataders dataders changed the base branch from main to 1.5.latest July 21, 2023 12:35
@dataders dataders changed the base branch from 1.5.latest to main July 21, 2023 12:45
@wazi55
Copy link
Contributor Author

wazi55 commented Jul 21, 2023

Test log attached

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants