-
Notifications
You must be signed in to change notification settings - Fork 125
feat: map "if_exists" value to LoadJobConfig.WriteDisposition #583
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 58 commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
70927c5
feat: add WriteDispositon to to_gbq
aribray 15de9f3
pass test_load unit tests
aribray c44f1a4
nox -s blacken
aribray bc8faf5
test write_disposition parameter
aribray c3ed7a7
refactor tests for WriteDisposition
aribray 936113e
remove unused import
aribray 8613458
update minimum google-auth version to 2.13.0
aribray bc09929
update constraints-3.7.txt
aribray f7394bb
bump google-api-core version to 2.10.2 and google-auth-oauthlib to 0.7.0
aribray 0d45665
remove version constraints from google-api-core
aribray 0e4be09
bump google-cloud-bigquery version to 3.3.5, google-cloud-bigquery-st…
aribray 57c0bf9
bump pandas version, bump db-dbtypes version
aribray 16411c9
fix pandas version
aribray cb651d2
resolve dependency conflicts
aribray 81736e2
bump dbtypes version
aribray a006ac0
bump circleci pandas version
aribray 1fa654e
rename conda requirements file
aribray 0407ae5
resetcircleci config pandas version
aribray 3680702
reset pandas version
aribray 846a44d
readjust constraints-3.7 versions
aribray f44704b
test adding to kokoro
aribray f3ced37
test removing circleci
aribray ad45c6d
test removing circleci
aribray 6c771d9
Revert "test removing circleci"
aribray 5f23bd0
add system tests to github workflow
aribray 0a96c98
refactor to_gbq to map 'if_exists' to write_disposition
aribray 8f92fef
fix docstring
aribray 77b2d94
fix docstring
aribray 7b3efc1
fix conda requirements
aribray 3fc748d
remove system tests from github workflow
aribray 0bdef40
adjust circle ci dependencies
aribray 972ce57
drop versions for circleci build
aribray 18b0273
add circleci fixture back to conftest.py
aribray 43731c2
match versions
aribray 4eccfc9
match versions
aribray 4bf2a1c
reset dependency versions
aribray e664423
reset dependency versions
aribray 02ebb1f
reset dependency versions
aribray 591cb85
reset dependency versions
aribray 78b4687
bump pydata-google-auth version
aribray 86cb721
try pinning dependencies in circleci requirements
aribray 96d2f83
unpin dependencies
aribray e7c4335
try adding dpendency
aribray fc1e91a
reset requirements.conda
aribray ea71b8b
add oauthlib dependency
aribray d66da9a
pin pydata google auth version
aribray 3b006c5
add google-auth dependency to circleci requirements
aribray ed04c3c
unpin dependency
aribray bda78e8
use requirements.txt created by pip-compile
aribray f5dd1e7
pin dependencies in circleci requirements
aribray 6527fd7
unpin dependencies in CircleCI requrements
aribray 330e34d
repin some dependencies
aribray e5eb48c
remove quiet flag
aribray bc2253f
unpin dependencies in CircleCI requrements
aribray c47aa5f
bump pandas version
aribray 3a813a0
drop pandas version, fix package name
aribray 5c26e43
fix linting, add test
aribray fba8921
rename tests
aribray ac61ee4
formatting
aribray 6664df6
add newline
aribray 06ee43c
formatting
aribray 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,14 +1,17 @@ | ||
codecov | ||
coverage | ||
db-dtypes==0.3.1 | ||
db-dtypes | ||
fastavro | ||
flake8 | ||
freezegun | ||
numpy==1.16.6 | ||
google-cloud-bigquery==1.27.2 | ||
google-cloud-bigquery-storage==1.1.0 | ||
pyarrow==3.0.0 | ||
numpy | ||
google-api-core | ||
google-auth | ||
google-cloud-bigquery | ||
google-cloud-bigquery-storage | ||
pyarrow | ||
pydata-google-auth | ||
pytest | ||
pytest-cov | ||
tqdm==4.23.0 | ||
requests-oauthlib | ||
tqdm |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ pandas | |
google-auth | ||
google-auth-oauthlib | ||
google-cloud-bigquery | ||
tqdm | ||
tqdm |
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.