bigquery: allow AVRO format#1380
Merged
callmehiphop merged 1 commit intogoogleapis:masterfrom Jun 13, 2016
Merged
Conversation
|
Changes Unknown when pulling 1980eaa on stephenplusplus:spp--1379 into * on GoogleCloudPlatform:master*. |
sofisl
pushed a commit
that referenced
this pull request
Feb 24, 2026
* fix: release clients that received a RST_STREAM error * Fix test
sofisl
pushed a commit
that referenced
this pull request
Feb 25, 2026
sofisl
pushed a commit
that referenced
this pull request
Feb 26, 2026
* chore: migrate to owl bot * chore: copy files from googleapis-gen 46f25fb1121747b994ff5818963fda84b5e6bfd3 * chore: run the post processor * 🦉 Updates from OwlBot * chore: update post processor docker image * 🦉 Updates from OwlBot Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
GautamSharda
pushed a commit
that referenced
this pull request
Mar 5, 2026
* fix: Add a partner team as approvers for PRs Adding @googleapis/api-logging-partners to contain more people who can approve PRs * Update sync-repo-settings.yaml * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update CODEOWNERS * Update sync-repo-settings.yaml Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
thiyaguk09
pushed a commit
to thiyaguk09/google-cloud-node-fork
that referenced
this pull request
Mar 18, 2026
GautamSharda
pushed a commit
that referenced
this pull request
Mar 23, 2026
…ey tests (#1380) * Add a config for issue priority Now when the flakybot reports an issue, the issue will be P2 instead of P1. * test: Add a config for issue priority when issues get opened for flakey tests
GautamSharda
pushed a commit
that referenced
this pull request
Mar 25, 2026
…ey tests (#1380) * Add a config for issue priority Now when the flakybot reports an issue, the issue will be P2 instead of P1. * test: Add a config for issue priority when issues get opened for flakey tests
shivanee-p
pushed a commit
that referenced
this pull request
Mar 27, 2026
…ey tests (#1380) * Add a config for issue priority Now when the flakybot reports an issue, the issue will be P2 instead of P1. * test: Add a config for issue priority when issues get opened for flakey tests
This file contains hidden or 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
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.
RE: #1379
This unifies the areas where we accept a
formatof CSV, JSON, or AVRO.Also,
table.importaccepts a shorthandoptions.formatin place ofoptions.sourceFormat.And yes, it replaces
var thatwithvar thisbecause it's not 2009.