-
Notifications
You must be signed in to change notification settings - Fork 134
Added method to GoogleBigQuery to copy between projects #1111
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
18dc0e4
Cleaned up returns on failure, updated docs
Charlie-Kramer 65e1a63
Cleaned up returns on failure, updated docs
Charlie-Kramer c7ce13f
Cleaned up returns on failure, updated docs
Charlie-Kramer 14984c6
Cleaned up returns on failure, updated docs
Charlie-Kramer 79e7057
more de-linting
Charlie-Kramer 441c206
fixed issues with PR
Charlie-Kramer b10d640
fixed issues with PR
Charlie-Kramer 6f0b471
fixed issues with PR
Charlie-Kramer 09880ea
Fixed formatting errors flagged by ruff
Charlie-Kramer 78c34a6
fixed more ruff errors
Charlie-Kramer 54694a5
removing accidentally included file
Charlie-Kramer 892b8c4
added unit tests for missing/existing files
Charlie-Kramer a308460
Merge branch 'main' into main
Charlie-Kramer b746ca2
fixed ruff formatting
Charlie-Kramer b445109
fixed ruff formatting
Charlie-Kramer 2913978
removed all bin files
Charlie-Kramer 1192e87
changed logger error messages to f string
Charlie-Kramer 9313120
removed pyvenv.cfg
Charlie-Kramer 73a28cb
fixed parens
Charlie-Kramer 4da6bf6
moved test_bigquery_copy to databases test folder
Charlie-Kramer 453b3cd
fixed another format error
Charlie-Kramer 8eeb282
more formatting errors
Charlie-Kramer ca820dd
moved bigquery copy test into test_bigquery.py
Charlie-Kramer 9daa7d0
Merge branch 'main' into main
Charlie-Kramer 95bc646
Merge branch 'main' into main
Charlie-Kramer f20d7f3
moved google project copying test to test_bigquery
Charlie-Kramer bfcb37c
formatting
Charlie-Kramer 83fda65
checked formatting
Charlie-Kramer bee0913
fixed ruff formatting back to --target-version=py38
Charlie-Kramer 80e7789
Merge branch 'main' into main
Charlie-Kramer bab5273
Merge branch 'fix_tests'
Charlie-Kramer 045feed
attempt to fix ruff-formatter errors
Charlie-Kramer 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 |
|---|---|---|
|
|
@@ -126,3 +126,6 @@ bill_com_credentials.* | |
| docs/html | ||
| docs/dirhtml | ||
| *.sw* | ||
|
|
||
| # bin files | ||
| bin/ | ||
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 |
|---|---|---|
|
|
@@ -142,6 +142,8 @@ API | |
| :inherited-members: | ||
|
|
||
|
|
||
|
|
||
|
|
||
| ************* | ||
| Cloud Storage | ||
| ************* | ||
|
|
||
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.
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.