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

chore(deps): Update dependency google-cloud-bigquery to v1.28.3 - autoclosed #141

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-cloud-bigquery ==1.14.0 -> ==1.28.3 age adoption passing confidence

Release Notes

googleapis/python-bigquery (google-cloud-bigquery)

v1.28.3

Compare Source

Bug Fixes

v1.28.2

Compare Source

Bug Fixes

v1.28.1

Compare Source

1.28.1 (2022-04-04)
Bug Fixes
  • deps: require google-api-core >= 1.31.5, >= 2.3.2 on v1 release (#​1166) (34d9bec)

v1.28.0

Compare Source

Features
Bug Fixes
Documentation
  • recommend insert_rows_json to avoid call to tables.get (#​258) (ae647eb)

v1.27.2

Compare Source

Bug Fixes
  • rationalize platform constraints for 'pyarrow' extra (#​235) (c9a0567)

v1.26.1

Compare Source

Documentation
Bug Fixes
  • RowIterator.to_arrow() error when BQ Storage client cannot be created (#​181) (7afa3d7)
Dependencies
  • Updated version constraints on grmp dependency in anticipation of 1.0.0 release
    (#​189)

v1.26.0

Compare Source

Features
  • use BigQuery Storage client by default (if dependencies available) (#​55) (e75ff82), closes #​91
  • bigquery: add eq method for class PartitionRange and RangePartitioning (#​162) (0d2a88d)
  • bigquery: expose date_as_object parameter to users (#​150) (a2d5ce9)
  • bigquery: expose date_as_object parameter to users (#​150) (cbd831e)
Bug Fixes
Documentation

v1.25.0

Compare Source

Features
Bug Fixes
  • allow partial streaming_buffer statistics (#​37) (645f0fd)
  • distinguish server timeouts from transport timeouts (#​43) (a17be5f)
  • improve cell magic error message on missing query (#​58) (6182cf4)
  • bigquery: fix repr of model reference (#​66) (26c6204)
  • bigquery: fix start index with page size for list rows (#​27) (400673b)

v1.24.0

Compare Source

02-03-2020 01:38 PST

Implementation Changes
  • Fix inserting missing repeated fields. (#​10196)
  • Deprecate client.dataset() in favor of DatasetReference. (#​7753)
  • Use faster to_arrow + to_pandas in to_dataframe() when pyarrow is available. (#​10027)
  • Write pandas datetime[ns] columns to BigQuery TIMESTAMP columns. (#​10028)
New Features
  • Check rows argument type in insert_rows(). (#​10174)
  • Check json_rows arg type in insert_rows_json(). (#​10162)
  • Make RowIterator.to_dataframe_iterable() method public. (#​10017)
  • Add retry parameter to public methods where missing. (#​10026)
  • Add timeout parameter to Client and Job public methods. (#​10002)
  • Add timeout parameter to QueryJob.done() method. (#​9875)
  • Add create_bqstorage_client parameter to to_dataframe() and to_arrow() methods. (#​9573)
Dependencies
  • Fix minimum versions of google-cloud-core and google-resumable-media dependencies. (#​10016)
Documentation
  • Fix a comment typo in job.py. (#​10209)
  • Update code samples of load table file and load table URI. (#​10175)
  • Uncomment Client constructor and imports in samples. (#​10058)
  • Remove unused query code sample. (#​10024)
  • Update code samples to use strings for table and dataset IDs. (#​9974)
Internal / Testing Changes
  • Bump copyright year to 2020, tweak docstring formatting (via synth). #​10225
  • Add tests for concatenating categorical columns. (#​10180)
  • Adjust test assertions to the new default timeout. (#​10222)
  • Use Python 3.6 for the nox blacken session (via synth). (#​10012)

v1.23.1

Compare Source

12-16-2019 09:39 PST

Implementation Changes
  • Add iamMember entity type to allowed access classes. (#​9973)
  • Fix typo in import error message (pandas -> pyarrow). (#​9955)
Dependencies
  • Add six as an explicit dependency. (#​9979)
Documentation
  • Add sample to read from query destination table. (#​9964)

v1.23.0

Compare Source

12-11-2019 13:31 PST

New Features
  • Add close() method to client for releasing open sockets. (#​9894)
  • Add support of use_avro_logical_types for extract jobs. (#​9642)
  • Add support for hive partitioning options configuration. (#​9626)
  • Add description for routine entities. (#​9785)
Documentation
  • Update code samples to use strings for table and dataset IDs. (#​9495)
Internal / Testing Changes
  • Run unit tests with Python 3.8. (#​9880)
  • Import Mapping from collections.abc not from collections. (#​9826)

v1.22.0

Compare Source

11-13-2019 12:23 PST

Implementation Changes
  • Preserve job config passed to Client methods. (#​9735)
  • Use pyarrow fallback for improved schema detection. (#​9321)
  • Add TypeError if wrong job_config type is passed to client job methods. (#​9506)
  • Fix arrow deprecation warning. (#​9504)
New Features
  • Add --destination_table parameter to IPython magic. (#​9599)
  • Allow passing schema as a sequence of dicts. (#​9550)
  • Implement defaultEncryptionConfiguration on datasets. (#​9489)
  • Add range partitioning to tables, load jobs, and query jobs. (#​9477)
Dependencies
  • Pin google-resumable-media to includ 0.5.x. (#​9572)
Documentation
  • Fix link anchors in external config docstrings. (#​9627)
  • Add python 2 sunset banner to documentation. (#​9036)
  • Add table create sample using integer range partitioning. (#​9478)
  • Document how to achieve higher write limit and add tests. (#​9574)
  • Add code sample for scripting. (#​9537)
  • Rewrite docs in Google style, part 2. (#​9481)
  • Use multi-regional key path for CMEK in snippets. (#​9523)
Internal / Testing Changes
  • Fix undelete table system test to use milliseconds in snapshot decorator. (#​9649)
  • Format code with latest version of black. (#​9556)
  • Remove duplicate test dependencies. (#​9503)

v1.21.0

Compare Source

10-16-2019 10:33 PDT

New Features
  • add ability to pass in a table ID instead of a query to the %%bigquery magic (#​9170)
  • add support for custom QueryJobConfig in BigQuery.cursor.execute method (#​9278)
  • store QueryJob to destination var on error in %%bigquery magic (#​9245)
  • add script statistics to job resource (#​9428)
  • add support for sheets ranges (#​9416)
  • add support for listing jobs by parent job (#​9225)
  • expose customer managed encryption key for ML models (#​9302)
  • add Dataset.default_partition_expiration_ms and Table.require_partition_filter properties (#​9464)
Dependencies
  • restrict version range of google-resumable-media (#​9243)
Documentation
  • document how to load data as JSON string (#​9231)
  • standardize comments and formatting in existing code samples (#​9212)
  • rewrite docstrings in Google style (#​9326)
  • fix incorrect links to REST API in reference docs (#​9436)
Internal / Testing Changes
  • add code samples to lint check (#​9277)
  • update code samples to use strings for table and dataset IDs (#​9136)
  • simplify scripting system test to reduce flakiness (#​9458)

v1.20.0

09-13-2019 11:22 PDT

Implementation Changes
  • Change default endpoint to bigquery.googleapis.com (#​9213)
  • Change the default value of Cursor instances' arraysize attribute to None (#​9199)
  • Deprecate automatic schema conversion. (#​9176)
  • Fix list_rows() max results with BQ storage client (#​9178)
New Features
  • Add Model.encryption_config. (via synth) (#​9214)
  • Add Client.insert_rows_from_dataframe() method (#​9162)
  • Add support for array parameters to Cursor.execute(). (#​9189)
  • Add support for project IDs with org prefix to Table.from_string() factory. (#​9161)
  • Add --max_results option to Jupyter magics (#​9169)
  • Autofetch table schema on load if not provided. (#​9108)
  • Add max_results parameter to QueryJob.result(). (#​9167)
Documentation
Internal / Testing Changes

v1.19.0

09-03-2019 14:33 PDT

Implementation Changes
  • Raise when unexpected fields are present in the LoadJobConfig.schema when calling load_table_from_dataframe. (#​9096)
  • Determine the schema in load_table_from_dataframe based on dtypes. (#​9049)
  • Raise helpful error when loading table from dataframe with STRUCT columns. (#​9053)
  • Fix schema recognition of struct field types. (#​9001)
  • Fix deserializing None in QueryJob for queries with parameters. (#​9029)
New Features
  • Include indexes in table written by load_table_from_dataframe, only if
    fields corresponding to indexes are present in LoadJobConfig.schema.
    (#​9084)
  • Add client_options to constructor. (#​8999)
  • Add --dry_run option to %%bigquery magic. (#​9067)
  • Add load_table_from_json() method to create a table from a list of dictionaries. (#​9076)
  • Allow subset of schema to be passed into load_table_from_dataframe. (#​9064)
  • Add support for unsetting LoadJobConfig.schema. (#​9077)
  • Add support to Dataset for project IDs containing an org prefix. (#​8877)
  • Add enum with SQL type names allowed to be used in SchemaField. (#​9040)
Documentation
  • Fix the reference URL for Client.create_dataset(). (#​9149)
  • Update code samples to use strings for table names instead of client.dataset(). (#​9032)
  • Remove compatability badges from READMEs. (#​9035)
  • Fix Pandas DataFrame load example under Python 2.7. (#​9022)
Internal / Testing Changes
  • Disable failing snippets test for copying CMEK-protected tables. (#​9156)
  • Fix BigQuery client unit test assertions (#​9112)
  • Replace avro with arrow schemas in test_table.py (#​9056)

v1.18.0

08-08-2019 12:28 PDT

New Features
  • Add bqstorage_client param to QueryJob.to_arrow() (#​8693)
  • Include SQL query and job ID in exception messages. (#​8748)
  • Allow using TableListItem to construct a Table object. (#​8738)
  • Add StandardSqlDataTypes enum to BigQuery (#​8782)
  • Add to_standard_sql() method to SchemaField (#​8880)
  • Add debug logging statements to track when BQ Storage API is used. (#​8838)
  • Hide error traceback in BigQuery cell magic (#​8808)
  • Allow choice of compression when loading from dataframe (#​8938)
  • Additional clustering metrics for BQML K-means models (via synth). (#​8945)
Documentation
  • Add compatibility check badges to READMEs. (#​8288)
  • Link to googleapis.dev documentation in READMEs. (#​8705)
  • Remove redundant service account key code sample. (#​8891)
Internal / Testing Changes
  • Fix several pytest "skip if" markers (#​8694)
  • Update tests to support conversion of NaN as NULL in pyarrow 0.14.*. (#​8785)
  • Mock external calls in one of BigQuery unit tests (#​8727)
  • Set IPython user agent when running queries with IPython cell magic (#​8713)
  • Use configurable bucket name for GCS samples data in systems tests. (#​8783)
  • Move maybe_fail_import() to top level test utils (#​8840)
  • Set BQ Storage client user-agent when in Jupyter cell (#​8734)

v1.17.0

07-12-2019 07:56 PDT

New Features
  • Support faster Arrow data format in to_dataframe when using BigQuery Storage API. (#​8551)
  • Add to_arrow to get a pyarrow.Table from query results. (#​8609)
Dependencies
  • Exclude bad 0.14.0 pyarrow release. (#​8551)

v1.16.0

07-01-2019 10:22 PDT

New Features
  • Add Routines API. (#​8491)
  • Add more stats to Models API, such as optimization_strategy (via synth). (#​8344)
Documentation
  • Add docs job to publish to googleapis.dev. (#​8464)
  • Add sample demonstrating how to create a job. (#​8422)
  • Use autodetected location in code samples. (#​8340, #​8341)
Internal / Testing Changes
  • Refactor to_dataframe to deterministicly update progress bar. (#​8303)

v1.15.0

06-14-2019 10:10 PDT

Implementation Changes
  • Fix bug where load_table_from_dataframe could not append to REQUIRED fields. (#​8230)
New Features
  • Add page_size parameter to QueryJob.result. (#​8206)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 24, 2023 16:02
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 24, 2023
@dpebot
Copy link
Collaborator

dpebot commented Aug 24, 2023

/gcbrun

@renovate renovate bot changed the title chore(deps): update dependency google-cloud-bigquery to v1.28.3 fix(deps): update dependency google-cloud-bigquery to v1.28.3 Aug 27, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 810f7b1 to c826676 Compare September 11, 2023 21:40
@dpebot
Copy link
Collaborator

dpebot commented Sep 11, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from c826676 to ed950fb Compare September 11, 2023 22:15
@renovate renovate bot changed the title fix(deps): update dependency google-cloud-bigquery to v1.28.3 chore(deps): Update dependency google-cloud-bigquery to v1.28.3 Sep 11, 2023
@dpebot
Copy link
Collaborator

dpebot commented Sep 11, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from ed950fb to f6ff44e Compare October 4, 2023 21:18
@dpebot
Copy link
Collaborator

dpebot commented Oct 4, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from f6ff44e to d5de04f Compare November 1, 2023 16:55
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from d5de04f to 4f1f605 Compare November 1, 2023 17:10
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 4f1f605 to c207c48 Compare November 1, 2023 17:13
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from c207c48 to e1d181a Compare November 1, 2023 17:28
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from e1d181a to 5270352 Compare November 1, 2023 17:41
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 5270352 to cf4193b Compare November 1, 2023 18:14
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from cf4193b to 24892f3 Compare November 1, 2023 18:48
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 24892f3 to a1bcc0d Compare November 1, 2023 19:01
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from a1bcc0d to 4d80dc0 Compare November 1, 2023 19:31
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 4d80dc0 to 1a21e7e Compare November 1, 2023 19:57
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 1a21e7e to 101de6c Compare November 1, 2023 23:09
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 101de6c to 9dd347e Compare November 2, 2023 15:47
@dpebot
Copy link
Collaborator

dpebot commented Nov 2, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 9dd347e to e3459b5 Compare November 8, 2023 03:52
@dpebot
Copy link
Collaborator

dpebot commented Nov 8, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from e3459b5 to 1291388 Compare November 14, 2023 22:47
@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 1291388 to 54fb54f Compare November 14, 2023 23:23
@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 54fb54f to cc51c2d Compare November 15, 2023 00:43
@dpebot
Copy link
Collaborator

dpebot commented Nov 15, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from cc51c2d to 250187f Compare November 15, 2023 04:59
@dpebot
Copy link
Collaborator

dpebot commented Nov 15, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 250187f to 630c7d3 Compare December 8, 2023 19:28
@dpebot
Copy link
Collaborator

dpebot commented Dec 8, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 630c7d3 to 7770e87 Compare December 8, 2023 21:19
@dpebot
Copy link
Collaborator

dpebot commented Dec 8, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-1.x branch from 7770e87 to 5130a76 Compare December 8, 2023 21:46
@dpebot
Copy link
Collaborator

dpebot commented Dec 8, 2023

/gcbrun

@renovate renovate bot changed the title chore(deps): Update dependency google-cloud-bigquery to v1.28.3 chore(deps): Update dependency google-cloud-bigquery to v1.28.3 - autoclosed Dec 14, 2023
@renovate renovate bot closed this Dec 14, 2023
@renovate renovate bot deleted the renovate/google-cloud-bigquery-1.x branch December 14, 2023 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant