-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat(bigquery/connection): add spark connection properties type #7570
Merged
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
feat: add `kms_key_name` field to ServiceConfig (the CMEK use case) feat: add `max_instance_request_concurrency` field feat: add `security_level` field PiperOrigin-RevId: 516979219 Source-Link: googleapis/googleapis@650f7cd Source-Link: googleapis/googleapis-gen@3c4d23f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2M0ZDIzZmQ3NjZlZGRiMmM3MjZiNDBkMjNlZjAxMjk3NGEzMjUxZiJ9
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Mar 16, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Mar 16, 2023
kokoro-team
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 16, 2023
PiperOrigin-RevId: 517172721 Source-Link: googleapis/googleapis@98c303c Source-Link: googleapis/googleapis-gen@384639d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzg0NjM5ZDZhODcyNGJkNWRlMDMwN2RhNGI1MzM1ZWIyNGFhOTI5ZSJ9
gcf-owl-bot
bot
changed the title
feat: add
feat: add spark connection properties type
Mar 16, 2023
available_cpu
field
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Mar 16, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Mar 16, 2023
kokoro-team
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 16, 2023
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Mar 16, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Mar 16, 2023
kokoro-team
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 16, 2023
gcf-owl-bot
bot
changed the title
feat: add spark connection properties type
feat(bigquery/connection): add spark connection properties type
Mar 16, 2023
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Mar 16, 2023
product-auto-label
bot
added
size: xl
Pull request size is extra large.
and removed
size: l
Pull request size is large.
labels
Mar 16, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Mar 16, 2023
kokoro-team
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 16, 2023
codyoss
approved these changes
Mar 16, 2023
codyoss
added
automerge
Merge the pull request once unit tests and other checks pass.
and removed
automerge
Merge the pull request once unit tests and other checks pass.
labels
Mar 16, 2023
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Apr 3, 2023
🤖 I have created a release *beep* *boop* --- ## [1.50.0](https://togithub.com/googleapis/google-cloud-go/compare/bigquery/v1.49.0...bigquery/v1.50.0) (2023-04-03) ### Features * **bigquery/connection:** Add spark connection properties type ([#7570](https://togithub.com/googleapis/google-cloud-go/issues/7570)) ([499b489](https://togithub.com/googleapis/google-cloud-go/commit/499b489d8d6bc8db203c864db97f1462bbeff3d2)) * **bigquery/migration:** Add request_source field and update formatting ([#7586](https://togithub.com/googleapis/google-cloud-go/issues/7586)) ([c967961](https://togithub.com/googleapis/google-cloud-go/commit/c967961ed95750e173af0193ec8d0974471f43ff)) * **bigquery/reservation:** Add edition/autoscale related fields ([#7608](https://togithub.com/googleapis/google-cloud-go/issues/7608)) ([2b7bb66](https://togithub.com/googleapis/google-cloud-go/commit/2b7bb662eb00671b8ee933766f4254f897131a7c)) * **bigquery/storage/managedwriter:** Decouple connections and writers ([#7314](https://togithub.com/googleapis/google-cloud-go/issues/7314)) ([7d085b4](https://togithub.com/googleapis/google-cloud-go/commit/7d085b4b25a29ff1a81164409fc68b8bcb5eacc4)) * **bigquery/storage/managedwriter:** Introduce location routing header ([#7663](https://togithub.com/googleapis/google-cloud-go/issues/7663)) ([cf06802](https://togithub.com/googleapis/google-cloud-go/commit/cf068024f1066ee391191066039d7ba2668dd3f4)) ### Bug Fixes * **bigquery/storage/managedwriter:** Fix option propagation ([#7669](https://togithub.com/googleapis/google-cloud-go/issues/7669)) ([f684e16](https://togithub.com/googleapis/google-cloud-go/commit/f684e1610c51311c597763b5d1447c178173940a)) ### Documentation * **bigquery/reservation:** Mention that some fields are deprecated ([597ea0f](https://togithub.com/googleapis/google-cloud-go/commit/597ea0fe09bcea04e884dffe78add850edb2120d)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This was referenced Apr 11, 2023
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.
PiperOrigin-RevId: 517172721
Source-Link: googleapis/googleapis@98c303c
Source-Link: https://github.com/googleapis/googleapis-gen/commit/384639d6a8724bd5de0307da4b5335eb24aa929e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzg0NjM5ZDZhODcyNGJkNWRlMDMwN2RhNGI1MzM1ZWIyNGFhOTI5ZSJ9
BEGIN_NESTED_COMMIT
feat(functions): add
available_cpu
fieldfeat: add
kms_key_name
field to ServiceConfig (the CMEK use case)feat: add
max_instance_request_concurrency
fieldfeat: add
security_level
fieldPiperOrigin-RevId: 516979219
Source-Link: googleapis/googleapis@650f7cd
Source-Link: https://github.com/googleapis/googleapis-gen/commit/3c4d23fd766eddb2c726b40d23ef012974a3251f
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2M0ZDIzZmQ3NjZlZGRiMmM3MjZiNDBkMjNlZjAxMjk3NGEzMjUxZiJ9
END_NESTED_COMMIT