Skip to content

Feat/case sensitivity for datasets #1

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

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Conversation

joseignaciorc
Copy link
Owner

No description provided.

release-please bot and others added 27 commits October 3, 2023 11:12
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit creates a property named is_case_insensitive (in dataset.py)
that allows the usage of the isCaseSensitive field in the Dataset REST
API.

Fixes: googleapis#1670
* docs: revised create_partitioned_table sample

* update sample tests to use correct fixture

---------

Co-authored-by: Tim Swast <[email protected]>
* docs: Revised relax_column sample

* add todo for snippets.py cleanup

---------

Co-authored-by: Tim Swast <[email protected]>
…pis#1666)

Source-Link: googleapis/synthtool@dede53f
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:fac304457974bb530cc5396abd4ab25d26a469cd3bc97cbfb18c8d4324c584eb

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <[email protected]>
…oogleapis#1678)

* chore: [autoapprove] Update `black` and `isort` to latest versions

Source-Link: googleapis/synthtool@0c7b033
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:08e34975760f002746b1d8c86fdc90660be45945ee6d9db914d1508acdf9a547

* update black in noxfile.py

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <[email protected]>
---------

Co-authored-by: Salem Boyland <[email protected]>
Co-authored-by: Tim Swast <[email protected]>
* chore: consolidate pyarrow helpers

* complete refactor

* consolidate pyarrow version checking usage

* add unit tests

* fix unit_noextras testing error

* fix tests

* address comments

* fix tests

* coverage

* accept suggestion

Co-authored-by: Tim Swast <[email protected]>


* address comments

---------

Co-authored-by: Tim Swast <[email protected]>
…pis#1689)

Source-Link: googleapis/synthtool@d52e638
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4f9b3b106ad0beafc2c8a415e3f62c1a0cc23cabea115dbe841b848f581cfe99

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* fix: AccessEntry API representation parsing

Overriding the `AccessEntry#_properties` with a deep copy of the API resource overwrites the `role` property set in `AccessEntry.__init__` which isn't present in the resource if the `role` is set to `None`. This causes `AccessEntry`s generated from API representations to no longer evaluate to equal with equivalent `AccessEntry` resources instantiated through `AccessEntry.__init__`. The added unit test fails without the change and passes with the change.

* build: formatting

---------

Co-authored-by: Lingqing Gan <[email protected]>
…googleapis#1673)

New version of this sample added in googleapis#1457 and migrated to in the docs in internal change 570781706.

Co-authored-by: Lingqing Gan <[email protected]>
* adding ASCII support for external config

* adding tests for preserveAscii...

* adding tests for preserveAscii...

* changing 'False' to False

* linting

* bumping up Shapely dependency upper bound
* chore: benchmark revamp

* foramt and add more documentation
* chore: refactor BigQueryStorageVersions

* address comments in googleapis#1680

* add unit test
…1701)

Wait until cl/576311555 is submitted and snippetbot updates.
…hy (googleapis#1684)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.15...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lingqing Gan <[email protected]>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* feat: add support dataset.max_time_travel_hours

* Update tests/unit/test_create_dataset.py

* Update tests/unit/test_create_dataset.py

* Update google/cloud/bigquery/dataset.py

* update test_create_dataset_with_max_time_travel_hours

---------

Co-authored-by: Lingqing Gan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants