chore(main): release python-bigquery 1.27.1 #1097
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
1.27.1 (2022-01-04)
⚠ BREAKING CHANGES
Features
get_job
andcancel_job
(#617) (f75dcdf)AvroOptions
to configure AVRO external data (#994) (1a9431d)Client.delete_job_metadata
method to remove job metadata (#610) (0abb566)ExternalConfig.connection_id
property to connect to external sources (#560) (d93986e)LoadJobConfig.projection_fields
to select DATASTORE_BACKUP fields (#736) (c45a738)max_queue_size
argument toRowIterator.to_dataframe_iterable
(#575) (f95f415)QueryJob.schema
property for dry run queries (#1014) (2937fa1)reload
argument to*Job.done()
functions (#341) (e51fd45)TableReference.__str__
to get table ID in standard SQL (#405) (53dff2a)--params
values (#213) (dcfbac2)QueryJob.to_dataframe
andto_arrow
(#352) (dc78edd)list_rows
(#840) (e37380a)BIGNUMERIC
values to decimal objects (#414) (d472d2d)Table*
instances equal to each other (#867) (c1a3d44)RowIterator.to_arrow_iterable
to public method (#1073) (21cd710)result()
(#837) (519d99c)ScalarQueryParameterType
fortype_
argument inScalarQueryParameter
constructor (#850) (93d15e2)load_table_from_dataframe
pandas connector (#399) (0046742)Bug Fixes
insert_rows()
accepts float column values as strings again (#824) (d9378af)insert_rows
(#393) (a1949ae)load_table_from_dataframe
(#557) (84e646e)to_dataframe
ifmax_results
set (#815) (3c1be14)timeout
and retry after client-side timeout (#896) (b508809)Performance Improvements
to_dataframe
if all rows are cached (#384) (c52b317)jobs.getQueryResults
rows (#374) (86f6a51)getQueryResults
from DB-API (#375) (30de15f)jobs.getQueryResults
to download result sets (#363) (0c3476d)Miscellaneous Chores
This PR was generated with Release Please. See documentation.