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

feat: removed pkg_resources from all test files and moved importlib into pandas extra #1726

Merged
merged 22 commits into from
Nov 28, 2023

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    f5d3299 View commit details
    Browse the repository at this point in the history
  2. Update copyright year

    parthea authored and kiraksi committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    06d7a9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34196e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d5396a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e905cbe View commit details
    Browse the repository at this point in the history
  6. reformatted with black

    kiraksi committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    43e89a6 View commit details
    Browse the repository at this point in the history
  7. undo revert

    kiraksi committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    bdbcdc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. perf: use the first page a results when query(api_method="QUERY") (g…

    …oogleapis#1723)
    
    * perf: use the first page a results when `query(api_method="QUERY")`
    
    * add tests
    
    * respect max_results with cached page
    
    * respect page_size, also avoid bqstorage if almost fully downloaded
    
    * skip true test if bqstorage not installed
    
    * coverage
    tswast authored and kiraksi committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    86a97f7 View commit details
    Browse the repository at this point in the history
  2. fix: ensure query job retry has longer deadline than API request dead…

    …line (googleapis#1734)
    
    In cases where we can't disambiguate API failure from job failure,
    this ensures we can still retry the job at least once.
    tswast authored and kiraksi committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    326f052 View commit details
    Browse the repository at this point in the history
  3. fix: load_table_from_dataframe now assumes there may be local null …

    …values (googleapis#1735)
    
    Even if the remote schema is REQUIRED
    
    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:
    - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes googleapis#1692 🦕
    tswast authored and kiraksi committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    cbcde2f View commit details
    Browse the repository at this point in the history
  4. chore: standardize samples directory - delete unneeded dependencies (g…

    …oogleapis#1732)
    
    * chore: standardize samples directory = delete unneeded dependencies
    
    * Removed unused import for linter
    kiraksi committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2a99358 View commit details
    Browse the repository at this point in the history
  5. fix: move grpc, proto-plus and protobuf packages to extras (googleapi…

    …s#1721)
    
    * chore: move grpc, proto-plus and protobuff packages to extras
    
    * formatted with black
    
    * feat: add `job_timeout_ms` to job configuration classes (googleapis#1675)
    
    * fix: adds new property and tests
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * updates docs to correct a sphinx failure
    
    * Updates formatting
    
    * Update tests/system/test_query.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update google/cloud/bigquery/job/base.py
    
    * updates one test and uses int_or_none
    
    * Update tests/system/test_query.py
    
    testing something.
    
    * Update tests/system/test_query.py
    
    * testing coverage feature
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * minor edits
    
    * tweaks to noxfile for testing purposes
    
    * add new test to base as experiment
    
    * adds a test, updates import statements
    
    * add another test
    
    * edit to tests
    
    * formatting fixes
    
    * update noxfile to correct debug code
    
    * removes unneeded comments.
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Tim Swast <swast@google.com>
    4 people committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    893704a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9331a7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c82dcf View commit details
    Browse the repository at this point in the history
  8. Revert "undo bad commit, remove unneeded version checks"

    This reverts commit 5c82dcf.
    kiraksi committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f90e390 View commit details
    Browse the repository at this point in the history
  9. Revert "remove unnecessary version checks"

    This reverts commit 9331a7e.
    kiraksi committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    47a95fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e8eea53 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    95dbd07 View commit details
    Browse the repository at this point in the history
  12. reformatted with black

    kiraksi committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fb9ea00 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    34259a7 View commit details
    Browse the repository at this point in the history
  14. removed minimum check

    kiraksi committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    90fd53b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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