Skip to content
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

bug: fixes discrepancy btwn python-api-core & bigquery re object defa… #1541

Merged
merged 29 commits into from
Apr 18, 2023

Commits on Apr 3, 2023

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

Commits on Apr 13, 2023

  1. Fix: loosen ipywidget dependency (#1504)

    * fix: updates ipywidget dependency
    
    * fix: updates ipywidget version number
    chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    ff0318c View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.6.0 (#1490)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9362716 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b58418 View commit details
    Browse the repository at this point in the history
  4. chore(python): upgrade gcp-releasetool in .kokoro [autoapprove] (#1508)

    Source-Link: googleapis/synthtool@5f2a608
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8555f0e37e6261408f792bfd6635102d2da5ad73f8f09bcb24f25e6afb5fac97
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    0005519 View commit details
    Browse the repository at this point in the history
  5. feat: add connection_properties and create_session to `LoadJobCon…

    …fig` (#1509)
    
    * feat: added `connection_properties` and `create_session` in load job
    shobsi authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    81ef7f4 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update all dependencies (#1501)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2b423b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9622366 View commit details
    Browse the repository at this point in the history
  8. feat: add default_query_job_config property and property setter to BQ…

    … client (#1511)
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [feature request](https://togithub.com/googleapis/python-bigquery/issues/1512) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes 
    - [feature request](https://togithub.com/googleapis/python-bigquery/issues/1512)🦕
    - [internal bug](https://b.corp.google.com/issues/271044948)
    chelsea-lin authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    82f2a51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1e1a44 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df75775 View commit details
    Browse the repository at this point in the history
  11. chore(main): release 3.7.0 (#1507)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    8a7cab3 View commit details
    Browse the repository at this point in the history
  12. feat: expose configuration property on CopyJob, ExtractJob, LoadJob, …

    …QueryJob (#1521)
    
    * feat: expose configuration property on CopyJob, ExtractJob, LoadJob, QueryJob
    
    Note for google-cloud-bigquery developers: This also refactors these classes so
    that `_set_properties` does not modify the `_properties` dictionary in-place.
    Doing so was also mutating the request object, making it difficult to debug
    what request was _actually_ sent. Before this change, many tests hallucinated
    that the request was always equal to the response.
    
    * E           google.api_core.exceptions.BadRequest: 400 Clone operation with write disposition WRITE_TRUNCATE is not supported. Please try again with WRITE_EMPTY.
    tswast authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b3600d9 View commit details
    Browse the repository at this point in the history
  13. chore(deps): Update nox in .kokoro/requirements.in [autoapprove] (#1527)

    Source-Link: googleapis/synthtool@92006bb
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2e247c7bf5154df7f98cce087a20ca7605e236340c7d6d1a14447e5c06791bd6
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    0963cc5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    18af7c5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9f5e257 View commit details
    Browse the repository at this point in the history
  16. fix: loosen ipywidgets restrictions further to address ipython compat…

    …ibility issues (#1531)
    
    * fix: loosen ipywidgets restrictions further to address ipython compatibility issues
    
    * include ipywidgets in prerelease deps
    
    * show all package versions
    
    * add ipykernel dependency
    
    * ipykernel in noxfile
    
    * oops
    tswast authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    80f1ad2 View commit details
    Browse the repository at this point in the history
  17. chore(main): release 3.8.0 (#1525)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    202b603 View commit details
    Browse the repository at this point in the history
  18. fix: keyerror when the load_table_from_dataframe accesses a unmapped …

    …dtype dataframe index (#1535)
    chelsea-lin authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1fef2fc View commit details
    Browse the repository at this point in the history
  19. feat: expose query job on dbapi cursor (#1520)

    Co-authored-by: Tim Swast <swast@google.com>
    2 people authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2165b7b View commit details
    Browse the repository at this point in the history
  20. chore(main): release 3.9.0 (#1537)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    5362795 View commit details
    Browse the repository at this point in the history
  21. chore: update tests to be compatible with pandas 2.0 (#1538)

    * chore: update tests to be compatible with pandas 2.0
    
    * use StringDtype without storage argument
    
    * avoid Float64Dtype on older pandas
    tswast authored and chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6edf1ef View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    985bae5 View commit details
    Browse the repository at this point in the history
  23. chore: updates minimum version of bqstorage (#1542)

    * chore: updates minimum version of bqstorage
    
    * removes unneeded test
    
    * updates linting, removes unneeded comment
    chalmerlowe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b7548d6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5d2c2d2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c3d629f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    a9c2c48 View commit details
    Browse the repository at this point in the history
  2. Removes test

    chalmerlowe committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    b8033f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. fix linting error

    chalmerlowe committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8409a23 View commit details
    Browse the repository at this point in the history