base repository: googleapis/python-bigquery
base: v1.25.0
head repository: googleapis/python-bigquery
Uh oh!
There was an error while loading. Please reload this page.
compare: v1.26.0
- 16 commits
- 75 files changed
- 6 contributors
Commits on Jun 10, 2020
feat: use BigQuery Storage client by default (#55)
* feat: use BigQuery Storage client by default * Use BQ Storage API by default in cell magic * Add raise_on_closed helper decorator to DB API * Use BigQuery Storage API by default in DB API * Use BQ Storage v1 stable version in main client * Use BQ Storage v1 stable in BigQuery cell magic * Use BQ Storage v1 stable in DB API * Support both v1 stable and beta1 BQ Storage client * Fix some typos and redundant Beta mark * Use ARROW as data format in DB API cursor * feat: add HOUR support for time partitioning interval (#91) * feat: add HOUR support for time partitioning interval * Bump BQ storage pin to stable version. Co-authored-by: shollyman <[email protected]>
Commits on Jun 11, 2020
doc: update wording in RowIterator docstrings to reduce confusion (#127)
Goal: Talking about partition filtration can be problematic, so refer to Storage API capabilities more obliquely. Particularly, partition filtration is possible via a query or a direct storage API read, so don't use as severe of language when describing helper mechanisms such as to_dataframe() on row iterators. Fixes: googleapis/python-bigquery-storage#22 Co-authored-by: Peter Lamut <[email protected]>
Commits on Jun 15, 2020
docs(bigquery): add client thread-safety documentation (#132)
* docs(bigquery): add client thread-safety documentation * docs(bigquery): nit * docs(bigquery): nit
HemangChothani authoredJun 15, 2020 chore: remove workarounds for BQ Storage issue with small result sets (…
…#133) * chore: remove workarounds for BQ Storage issue with small result sets * Fix two typos in docstrings
plamut authoredJun 15, 2020
Commits on Jun 16, 2020
chore: restrict
rsa
version to <=4.0 for Python 2.7 compatibility (#……135) * chore: restrict `rsa` version to <=4.0 for Python 2.7 compatibility * Restrict RSA dependency version for Python 2 only
plamut authoredJun 16, 2020
Commits on Jun 19, 2020
docs(bigquery): fix the broken docs (#139)
* docs(bigquery): fix the broken docs * docs(bigquery): add autodoc_default_options into conf.py file
HemangChothani authoredJun 19, 2020
Commits on Jun 23, 2020
fix: dry run queries with DB API cursor (#128)
* fix: dry run queries with DB API cursor * Fix a merge errors with master * Return no rows on dry run instead of processed bytes count
plamut authoredJun 23, 2020
Commits on Jun 29, 2020
feat(bigquery): expose date_as_object parameter to users (#150)
* feat(bigquery): expose date_as_object parameter for users * feat(bigquery): nit * feat(bigquery): add unit test for date as object without pyarrow * feat(bigquery): docs fixed * feat(bigquery): nit * feat(bigquery): nit
HemangChothani authoredJun 29, 2020 feat(bigquery): expose date_as_object parameter to users (#150)
* feat(bigquery): expose date_as_object parameter for users * feat(bigquery): nit * feat(bigquery): add unit test for date as object without pyarrow * feat(bigquery): docs fixed * feat(bigquery): nit * feat(bigquery): nit
HemangChothani authoredJun 29, 2020
Commits on Jun 30, 2020
docs(bigquery): consistent use of optional keyword (#153)
* docs(bigquery): consistent use of optional keyword * docs(bigquery): nit
HemangChothani authoredJun 30, 2020
Commits on Jul 1, 2020
chore: update protobuf version (#145)
yoshi-automation authoredJul 1, 2020
Commits on Jul 13, 2020
feat(bigquery): add __eq__ method for class PartitionRange and RangeP…
…artitioning (#162) * feat(bigquery): add __eq__ method for class PartitionRange and RangePartitioning * feat(bigquery): change class object to unhashable * feat(bigquery): change the assertion
HemangChothani authoredJul 13, 2020
Commits on Jul 15, 2020
chore(deps): remove redundant dependencies (#164)
* chore(deps): remove redundant dependencies * chore(deps): bump api core version
HemangChothani authoredJul 15, 2020
Commits on Jul 17, 2020
fix: omit
NaN
values when uploading from `insert_rows_from_datafram……e` (#170) * fix: omit `NaN` values when uploading from `insert_rows_from_dataframe` NaN values are most often used to indicate a NULL value in pandas. Also, even when a column is a floating point column, the BigQuery API JSON parser doesn't seem to be able to handle NaN literals. * doc: update docstring to indicate missing NaNs
tswast authoredJul 17, 2020
Commits on Jul 20, 2020
docs(bigquery): add docstring for conflict exception (#171)
* docs(bigquery): add docstring for conflict exception * docs(bigquery): nit
HemangChothani authoredJul 20, 2020
Commits on Jul 21, 2020
* updated CHANGELOG.md [ci skip] * updated setup.cfg [ci skip] * updated setup.py Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredJul 21, 2020
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v1.25.0...v1.26.0
Uh oh!
There was an error while loading. Please reload this page.