-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[Gemini] Migrate Python BigQuery off of apitools client #39087
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
Draft
jrmccluskey
wants to merge
39
commits into
apache:master
Choose a base branch
from
jrmccluskey:bqMigration
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
19294ca
[Gemini] Migrate Python BigQuery off of apitools client
jrmccluskey 98d4e61
Fix tests that break with import changes
jrmccluskey 404ee81
isort
jrmccluskey a1f5c09
yapf
jrmccluskey a313e5c
Fix dataframes tests
jrmccluskey 9815ab4
BQ IT import
jrmccluskey 5006650
More formatting
jrmccluskey 0d22ea9
Linting, imports, formatting cleanup
jrmccluskey 551b32b
import issues
jrmccluskey b149665
more fixes
jrmccluskey 3602f75
yapf
jrmccluskey 51f5ede
tools import
jrmccluskey 0ad534a
please be the last yapf change
jrmccluskey f32c6a1
docs precommit fix
jrmccluskey 81ef1b2
code review suggestions
jrmccluskey 42c3ac2
Update sdks/python/apache_beam/io/gcp/bigquery_tools.py
jrmccluskey dbde319
Trigger postcommit suites
jrmccluskey 93e37bf
Fix broken unit test
jrmccluskey 2ca00a9
fix camelcase issues
jrmccluskey e6cceaf
exception mocks
jrmccluskey 502e54f
projectID failure
jrmccluskey 73f7edd
re-add encoding
jrmccluskey 73a8453
IT test fixes
jrmccluskey 926c3b2
attribute fix
jrmccluskey 94f2e7f
api repr fix
jrmccluskey fbda22d
re-trigger postcommit
jrmccluskey fe021ef
matcher update
jrmccluskey 2cd3eba
more matcher adjustments
jrmccluskey 4fdc3cf
yapf
jrmccluskey 72e3d45
fix imports
jrmccluskey e0a6aad
fix error propagation
jrmccluskey 9557b0d
try to fix prop again
jrmccluskey c21c140
precommit fixes
jrmccluskey 61c34fc
api representation update
jrmccluskey dc92c77
query response update
jrmccluskey 783f3fb
plumb pipeline options
jrmccluskey 3e18dc2
address gemini code review comments
jrmccluskey 7eda4e2
restore correct temp dataset pull
jrmccluskey aa925b1
fix weird import drop
jrmccluskey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "comment": "Modify this file in a trivial way to cause this test suite to run.", | ||
| "pr": "38701", | ||
| "modification": 55 | ||
| "modification": 100 | ||
| } |
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
2 changes: 1 addition & 1 deletion
2
.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Dataflow.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "comment": "Modify this file in a trivial way to cause this test suite to run", | ||
| "modification": 1 | ||
| "modification": 2 | ||
| } |
2 changes: 1 addition & 1 deletion
2
.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Direct.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "comment": "Modify this file in a trivial way to cause this test suite to run", | ||
| "modification": 6 | ||
| "modification": 7 | ||
| } |
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.