Skip to content

Conversation

@adhiggs
Copy link
Owner

@adhiggs adhiggs commented Jul 7, 2022

Updated table variable in "# Print row data in tabular format." to point at the correct table_id.

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 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 # 1286 🦕

@adhiggs adhiggs changed the title Variable fix for Variable fix for table_id Jul 7, 2022
Updated table variable in "# Print row data in tabular format." to point at the correct table_id.
@adhiggs adhiggs force-pushed the adhiggs-patch-1 branch from fe44b92 to ddb26c8 Compare July 7, 2022 01:30
gcf-owl-bot bot and others added 27 commits July 9, 2022 13:46
* chore(python): drop python 3.6

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

* add api_description to .repo-metadata.json

* require python 3.7+ in setup.py

* remove python 3.6 sample configs

* 🦉 Updates from OwlBot post-processor

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

* exclude templated README.rst

* update python_requires

* remove python 3.6 from noxfile.py

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Fixed spacing issue.
… bug on m1 (googleapis#1290)

* fix: explicitly add bq to samples reqs, upgrade grpc to fix bug on m1

* update grpc in setup.py

* fix: rm 3.6 constraints, add grpcio to 3.7-3.10 constraints
* Updates minor grammatical error

* chore: update grammar/spelling
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore(deps): update all dependencies

* remove protobuf

* revert

* pin geopandas for python 3.7

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore(deps): update all dependencies

* revert

* fix(deps): allow pyarrow < 10

* chore: update dependency db-dtypes==1.0.3

* revert

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore(deps): update all dependencies

* chore: update dependency google-cloud-bigquery==3.3.1

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore(deps): update all dependencies

* revert

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore(deps): update all dependencies

* revert

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
fix(deps): require proto-plus >= 1.22.0
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…[autoapprove] (googleapis#1325)

Source-Link: googleapis/synthtool@69fabae
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:562802bfac02e012a6ac34eda282f81d06e77326b82a32d7bbb1369ff552b387

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
…is#1327)

fix: validate opentelemetry span job attributes have values

There are several job properties that are optional.  Existing
opentelemetry instrumentation disallows span attribute keys without
appropriate values, so this change validates field presence before
propagating.
steffnay and others added 30 commits December 8, 2022 15:53
* update dependencies

* deps: pyarrow extras

* clean up comments

* add test pyarrow skips

* replace storage checks

* update tests

* update tests

* Update setup.py

* update system tests

* update verify_pandas_imports

* add pyarrow guards

* add datetime check

* change pyarrow import

* update

* add pyarrow skips

* fix types

* lint

* Update google/cloud/bigquery/client.py

Co-authored-by: Tim Swast <swast@google.com>

* update pyarrow version

* update test

* lint

* update pyarrow req

* update noxfile

* remove bignum check

* remove comments

* add test importorskip

* update test

* update test

* update dependency

* change version

* update imports

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Tim Swast <swast@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
googleapis#1436)

* docs: created samples for load table and create table from schema file

* 🦉 Updates from OwlBot post-processor

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

* Apply suggestions from code review

Co-authored-by: Tim Swast <swast@google.com>

* Update samples/snippets/create_table_schema_from_json.py

Co-authored-by: Tim Swast <swast@google.com>

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Tim Swast <swast@google.com>
* chore: remove code generation for BQML proto files

* remove protos from owlbot config

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: aribray <45905583+aribray@users.noreply.github.com>
* docs: create sample to write schema file from table

* Apply suggestions from code review

Co-authored-by: Tim Swast <swast@google.com>
* docs: revise sample for nested schema

* 🦉 Updates from OwlBot post-processor

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

* added TODO

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* docs: revise label table code samples

* 🦉 Updates from OwlBot post-processor

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

* added TODO to clean up snippets.py

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Tim Swast <swast@google.com>
* docs: revise create table cmek sample

* 🦉 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 <partheniou@google.com>
…1454)

* chore(python): add support for python 3.11

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

* update unit test python versions

* modify test to cater for python 3.11

* require grpcio >= 1.49.1 for python 3.11

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
…leapis#1434)

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore(deps): update all dependencies

* update dependency db-dtypes

* update dependency google-cloud-bigquery

* revert

Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Co-authored-by: aribray <45905583+aribray@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore: delete duplicate code samples from snippets.py

* fixed reference to code sample
* chore(deps): update all dependencies

* revert packaging

* revert charset-normalizer

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore(deps): update all dependencies

* revert

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore(deps): update all dependencies

* revert packaging

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* fix: Add support for python 3.11

* use python 3.11 for system tests
* deps: remove upper bound on packaging dependency

Towards googleapis#1435

* install prerelease version of packaging

* bump minimum packaging version

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
googleapis#1464)

* docs: revise get table labels code sample, add TODO to clean up snippets.py

* added a test with labels

* Update samples/snippets/get_table_labels_test.py

Co-authored-by: Tim Swast <swast@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This is superseded by a version that tests using real tags in
test_create_table_with_real_custom_policy

Fixes: googleapis#1468
* chore(deps): update dependency packaging to v23

* bump google-cloud-bigquery

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: aribray <45905583+aribray@users.noreply.github.com>
googleapis#1466)

* docs: revise delete label table code sample, add TODO to clean up snippets.py

* changed name of test function to align with file name

Co-authored-by: aribray <45905583+aribray@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
…leapis#1420)

* docs: add samples for creating table with external data configuration and creating an external table definition

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
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.