-
Notifications
You must be signed in to change notification settings - Fork 161
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
Closed
738/wazi #840
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…atest during release process
) (dbt-labs#676) * try waiting between consecutive calls to run_dbt to see if it is a concurrency issue (cherry picked from commit 5b00086)
…st during release process
* 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
…st during release process
Co-authored-by: colin-rogers-dbt <[email protected]>
…s#771) (cherry picked from commit 580ad76) Co-authored-by: Jeremy Cohen <[email protected]>
…st during release process
* drop support for py37 * drop support for py37 * drop support for py37 (cherry picked from commit 863c2f8) Co-authored-by: Mike Alfare <[email protected]>
…st during release process
* 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]>
…erverless dataproc cluster
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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