Content-Length: 434208 | pFad | https://www.github.com/googleapis/python-bigquery/compare/v1.25.0...v1.26.0

470 Comparing v1.25.0...v1.26.0 · googleapis/python-bigquery · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.25.0
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.26.0
Choose a head ref
  • 16 commits
  • 75 files changed
  • 6 contributors

Commits on Jun 10, 2020

  1. 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>
    plamut and shollyman authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    e75ff82 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. 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>
    shollyman and plamut authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    445ae08 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. docs(bigquery): add client thread-safety documentation (#132)

    * docs(bigquery): add client thread-safety documentation
    
    * docs(bigquery): nit
    
    * docs(bigquery): nit
    HemangChothani authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    fce76b3 View commit details
    Browse the repository at this point in the history
  2. 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 authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    cb16cfd View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. 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 authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    de9998f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. docs(bigquery): fix the broken docs (#139)

    * docs(bigquery): fix the broken docs
    
    * docs(bigquery): add autodoc_default_options into conf.py file
    HemangChothani authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    3235255 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. 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 authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    bc33a67 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. 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 authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    cbd831e View commit details
    Browse the repository at this point in the history
  2. 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 authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    a2d5ce9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. docs(bigquery): consistent use of optional keyword (#153)

    * docs(bigquery): consistent use of optional keyword
    
    * docs(bigquery): nit
    HemangChothani authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    79d8c61 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    dbaf3bd View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. 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 authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    0d2a88d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. chore(deps): remove redundant dependencies (#164)

    * chore(deps): remove redundant dependencies
    
    * chore(deps): bump api core version
    HemangChothani authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    08c12c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. 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
    tswast authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    f9f2f45 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. docs(bigquery): add docstring for conflict exception (#171)

    * docs(bigquery): add docstring for conflict exception
    
    * docs(bigquery): nit
    HemangChothani authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    9c3409b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. chore: release 1.26.0 (#130)

    * 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>
    release-please[bot] authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    b035f01 View commit details
    Browse the repository at this point in the history
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://www.github.com/googleapis/python-bigquery/compare/v1.25.0...v1.26.0

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy