-
Notifications
You must be signed in to change notification settings - Fork 304
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
process: add mypy-valid type annotations to samples #1081
Commits on Nov 16, 2021
-
feat: allow cell magic body to be a $variable (googleapis#1053)
* feat: allow cell magic body to be a $variable * Fix missing indefinitive article in error msg * Adjust test assertion to error message change * Refactor logic for extracting query variable * Explicitly warn about missing query variable name * Thest the query "variable" is not identifier case
Configuration menu - View commit details
-
Copy full SHA for 3a681e0 - Browse repository at this point
Copy the full SHA 3a681e0View commit details
Commits on Nov 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1b5dc5c - Browse repository at this point
Copy the full SHA 1b5dc5cView commit details
Commits on Nov 19, 2021
-
feat: promote
RowIterator.to_arrow_iterable
to public method (googl……eapis#1073) * feat: promote `to_arrow_iterable` to public method * use correct version number * Update google/cloud/bigquery/table.py Co-authored-by: Tim Swast <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for 21cd710 - Browse repository at this point
Copy the full SHA 21cd710View commit details
Commits on Nov 24, 2021
-
fix: apply timeout to all resumable upload requests (googleapis#1070)
* fix: apply timeout to all resumable upload requests * Fix stub in test case * Improve timeout type and other type annotations * Annnotate return type of _do_resumable_upload()
Configuration menu - View commit details
-
Copy full SHA for 3314dfb - Browse repository at this point
Copy the full SHA 3314dfbView commit details
Commits on Dec 2, 2021
-
chore: release 2.31.0 (googleapis#1066)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a135956 - Browse repository at this point
Copy the full SHA a135956View commit details -
test: check extreme DATE/DATETIME values can be loaded from pandas Da…
…taFrame (googleapis#1078) 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) Towards #1076 🦕 (edit: moved to googleapis/python-db-dtypes-pandas#45 )
Configuration menu - View commit details
-
Copy full SHA for be6eb34 - Browse repository at this point
Copy the full SHA be6eb34View commit details
Commits on Dec 6, 2021
-
docs: add sample for revoking dataset access (googleapis#778)
* revoke dataset access setup * basic template for sample * sample + test * revoke dataset access sample * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md * docs: add sample for revoking dataset access - update year and string formatting * docs: add sample for revoking dataset access - move to snippets and change parameter pattern for readibility * moving update_dataset to /snippets and adjusting imports on both revoke_access and update_access * Update samples/snippets/revoke_dataset_access.py removed nested START/END tags Co-authored-by: Tim Swast <swast@google.com> * Update samples/snippets/revoke_dataset_access.py update readability in API request Co-authored-by: Tim Swast <swast@google.com> * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md * updated test * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md * change after running test * resolving linting failure, rewriting test * removed relative import errors * remove relative mport from update_dataset_access * adding fixture to conftest.py * updated sample * updating sample to match new update_access sample * fixing region tags * consolidated tests into one file for both methods * updating test to full_dataset format * updated revoke sample * updating test * refactored sample * Update samples/snippets/conftest.py * Update samples/snippets/revoke_dataset_access.py Co-authored-by: Tim Swast <swast@google.com> * Update samples/snippets/update_dataset_access.py Co-authored-by: Tim Swast <swast@google.com> * Update samples/snippets/revoke_dataset_access.py Co-authored-by: Tim Swast <swast@google.com> * Update samples/snippets/revoke_dataset_access.py Co-authored-by: Tim Swast <swast@google.com> * refactoring entry * added comment for entry access * Update samples/snippets/README.rst Co-authored-by: Tim Swast <swast@google.com> * Update samples/snippets/dataset_access_test.py Co-authored-by: Tim Swast <swast@google.com> * Update samples/snippets/dataset_access_test.py Co-authored-by: Tim Swast <swast@google.com> * added develper TODO in sample * add comments to samples Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Tim Swast <swast@google.com> Co-authored-by: Peter Lamut <plamut@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: meredithslota <meredithslota@google.com>
Configuration menu - View commit details
-
Copy full SHA for effd673 - Browse repository at this point
Copy the full SHA effd673View commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d1a9902 - Browse repository at this point
Copy the full SHA d1a9902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8141548 - Browse repository at this point
Copy the full SHA 8141548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b58d9d - Browse repository at this point
Copy the full SHA 0b58d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 452f15e - Browse repository at this point
Copy the full SHA 452f15eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee1179a - Browse repository at this point
Copy the full SHA ee1179aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d77d70e - Browse repository at this point
Copy the full SHA d77d70eView commit details -
Add type hints to core libraries for samples' needs
Samples use the code from the core library, but mypy complains about calling an untyped function in a typed context, thus some additional type annotations need to be added.
Configuration menu - View commit details
-
Copy full SHA for 8195894 - Browse repository at this point
Copy the full SHA 8195894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a3713b - Browse repository at this point
Copy the full SHA 6a3713bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4d0ab5 - Browse repository at this point
Copy the full SHA c4d0ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ef9a0 - Browse repository at this point
Copy the full SHA c0ef9a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86dd389 - Browse repository at this point
Copy the full SHA 86dd389View commit details -
Configuration menu - View commit details
-
Copy full SHA for 278dac7 - Browse repository at this point
Copy the full SHA 278dac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c78c72 - Browse repository at this point
Copy the full SHA 2c78c72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e118d - Browse repository at this point
Copy the full SHA 12e118dView commit details
Commits on Dec 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 44221f4 - Browse repository at this point
Copy the full SHA 44221f4View commit details
Commits on Dec 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for eaaffb7 - Browse repository at this point
Copy the full SHA eaaffb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 040a21c - Browse repository at this point
Copy the full SHA 040a21cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdabea3 - Browse repository at this point
Copy the full SHA fdabea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 484a6ee - Browse repository at this point
Copy the full SHA 484a6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c40ec7 - Browse repository at this point
Copy the full SHA 8c40ec7View commit details