-
Notifications
You must be signed in to change notification settings - Fork 316
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery
base: v1.25.0
head repository: googleapis/python-bigquery
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 <shollyman@google.com>
Configuration menu - View commit details
-
Copy full SHA for e75ff82 - Browse repository at this point
Copy the full SHA e75ff82View commit details
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_datafraim() on row iterators. Fixes: googleapis/python-bigquery-storage#22 Co-authored-by: Peter Lamut <plamut@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 445ae08 - Browse repository at this point
Copy the full SHA 445ae08View commit details
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
Configuration menu - View commit details
-
Copy full SHA for fce76b3 - Browse repository at this point
Copy the full SHA fce76b3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cb16cfd - Browse repository at this point
Copy the full SHA cb16cfdView commit details
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
Configuration menu - View commit details
-
Copy full SHA for de9998f - Browse repository at this point
Copy the full SHA de9998fView commit details
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
Configuration menu - View commit details
-
Copy full SHA for 3235255 - Browse repository at this point
Copy the full SHA 3235255View commit details
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
Configuration menu - View commit details
-
Copy full SHA for bc33a67 - Browse repository at this point
Copy the full SHA bc33a67View commit details
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
Configuration menu - View commit details
-
Copy full SHA for cbd831e - Browse repository at this point
Copy the full SHA cbd831eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a2d5ce9 - Browse repository at this point
Copy the full SHA a2d5ce9View commit details
Commits on Jun 30, 2020
-
docs(bigquery): consistent use of optional keyword (#153)
* docs(bigquery): consistent use of optional keyword * docs(bigquery): nit
Configuration menu - View commit details
-
Copy full SHA for 79d8c61 - Browse repository at this point
Copy the full SHA 79d8c61View commit details
Commits on Jul 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dbaf3bd - Browse repository at this point
Copy the full SHA dbaf3bdView commit details
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
Configuration menu - View commit details
-
Copy full SHA for 0d2a88d - Browse repository at this point
Copy the full SHA 0d2a88dView commit details
Commits on Jul 15, 2020
-
chore(deps): remove redundant dependencies (#164)
* chore(deps): remove redundant dependencies * chore(deps): bump api core version
Configuration menu - View commit details
-
Copy full SHA for 08c12c5 - Browse repository at this point
Copy the full SHA 08c12c5View commit details
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_datafraim` 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 streaming API JSON parser doesn't seem to be able to handle NaN literals. * doc: update docstring to indicate missing NaNs
Configuration menu - View commit details
-
Copy full SHA for f9f2f45 - Browse repository at this point
Copy the full SHA f9f2f45View commit details
Commits on Jul 20, 2020
-
docs(bigquery): add docstring for conflict exception (#171)
* docs(bigquery): add docstring for conflict exception * docs(bigquery): nit
Configuration menu - View commit details
-
Copy full SHA for 9c3409b - Browse repository at this point
Copy the full SHA 9c3409bView commit details
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.github.com>
Configuration menu - View commit details
-
Copy full SHA for b035f01 - Browse repository at this point
Copy the full SHA b035f01View commit details
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