- Notifications
You must be signed in to change notification settings - Fork321
chore(main): release python-bigquery 1.27.1#1097
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
release-please wants to merge1 commit intomainfromrelease-please--branches--main--components--python-bigquery
Closed
chore(main): release python-bigquery 1.27.1#1097
release-please wants to merge1 commit intomainfromrelease-please--branches--main--components--python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
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 releasebeepboop
1.27.1 (2022-01-04)
⚠ BREAKING CHANGES
Features
get_jobandcancel_job(#617) (f75dcdf)AvroOptionsto configure AVRO external data (#994) (1a9431d)Client.delete_job_metadatamethod to remove job metadata (#610) (0abb566)ExternalConfig.connection_idproperty to connect to external sources (#560) (d93986e)LoadJobConfig.projection_fieldsto select DATASTORE_BACKUP fields (#736) (c45a738)max_queue_sizeargument toRowIterator.to_dataframe_iterable(#575) (f95f415)QueryJob.schemaproperty for dry run queries (#1014) (2937fa1)reloadargument to*Job.done()functions (#341) (e51fd45)TableReference.__str__to get table ID in standard SQL (#405) (53dff2a)--paramsvalues (#213) (dcfbac2)QueryJob.to_dataframeandto_arrow(#352) (dc78edd)list_rows(#840) (e37380a)BIGNUMERICvalues to decimal objects (#414) (d472d2d)Table*instances equal to each other (#867) (c1a3d44)RowIterator.to_arrow_iterableto public method (#1073) (21cd710)result()(#837) (519d99c)ScalarQueryParameterTypefortype_argument inScalarQueryParameterconstructor (#850) (93d15e2)load_table_from_dataframepandas 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_dataframeifmax_resultsset (#815) (3c1be14)timeoutand retry after client-side timeout (#896) (b508809)Performance Improvements
to_dataframeif all rows are cached (#384) (c52b317)jobs.getQueryResultsrows (#374) (86f6a51)getQueryResultsfrom DB-API (#375) (30de15f)jobs.getQueryResultsto download result sets (#363) (0c3476d)Miscellaneous Chores
This PR was generated withRelease Please. Seedocumentation.