Permalink
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
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.
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 <[email protected]>
    plamut and shollyman authoredJun 10, 2020
    Configuration menu
    Copy the full SHA
    e75ff82View 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_dataframe() on row iterators.
    
    Fixes: googleapis/python-bigquery-storage#22
    
    Co-authored-by: Peter Lamut <[email protected]>
    shollyman and plamut authoredJun 11, 2020
    Configuration menu
    Copy the full SHA
    445ae08View 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
    HemangChothani authoredJun 15, 2020
    Configuration menu
    Copy the full SHA
    fce76b3View 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
    plamut authoredJun 15, 2020
    Configuration menu
    Copy the full SHA
    cb16cfdView 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
    plamut authoredJun 16, 2020
    Configuration menu
    Copy the full SHA
    de9998fView 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
    HemangChothani authoredJun 19, 2020
    Configuration menu
    Copy the full SHA
    3235255View 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
    plamut authoredJun 23, 2020
    Configuration menu
    Copy the full SHA
    bc33a67View 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
    HemangChothani authoredJun 29, 2020
    Configuration menu
    Copy the full SHA
    cbd831eView 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
    HemangChothani authoredJun 29, 2020
    Configuration menu
    Copy the full SHA
    a2d5ce9View 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
    HemangChothani authoredJun 30, 2020
    Configuration menu
    Copy the full SHA
    79d8c61View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    dbaf3bdView 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
    HemangChothani authoredJul 13, 2020
    Configuration menu
    Copy the full SHA
    0d2a88dView 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
    HemangChothani authoredJul 15, 2020
    Configuration menu
    Copy the full SHA
    08c12c5View 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_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
    tswast authoredJul 17, 2020
    Configuration menu
    Copy the full SHA
    f9f2f45View 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
    HemangChothani authoredJul 20, 2020
    Configuration menu
    Copy the full SHA
    9c3409bView 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..com>
    @release-please
    release-please[bot] authoredJul 21, 2020
    Configuration menu
    Copy the full SHA
    b035f01View commit details
    Browse the repository at this point in the history
Loading