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

feat: set Table.Schema for permanent external tables #1701

Merged
merged 4 commits into from Mar 11, 2022

Conversation

stephaniewang526
Copy link
Contributor

Per discussion related to go/bq-external-table-schema

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 12, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Nov 12, 2021
@stephaniewang526 stephaniewang526 marked this pull request as ready for review March 10, 2022 15:54
@stephaniewang526 stephaniewang526 requested review from a team and steffnay March 10, 2022 15:54
@stephaniewang526 stephaniewang526 added the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 10, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 10, 2022
@stephaniewang526 stephaniewang526 requested a review from a team as a code owner March 10, 2022 15:56

assertNotNull(createdTable);
assertEquals(DATASET, createdTable.getTableId().getDataset());
assertEquals(tableName, createdTable.getTableId().getTable());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like the significant change here is where schema is set, but you're not really probing that with this test.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

without the code change the IT will fail.

@stephaniewang526 stephaniewang526 added automerge Merge the pull request once unit tests and other checks pass. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 10, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 11, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit 73e829b into googleapis:main Mar 11, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 11, 2022
gcf-merge-on-green bot pushed a commit that referenced this pull request Mar 15, 2022
🤖 I have created a release *beep* *boop*
---


## [2.10.0](v2.9.4...v2.10.0) (2022-03-14)


### Features

* set Table.Schema for permanent external tables ([#1701](#1701)) ([73e829b](73e829b))


### Documentation

* **sample:** Added AuthorizeDataset Sample ([#1909](#1909)) ([a7a196b](a7a196b))
* **samples:** fix undeleteTable sample IT failure ([#1912](#1912)) ([7802f16](7802f16)), closes [#1911](#1911)


### Dependencies

* update dependency com.google.apis:google-api-services-bigquery to v2-rev20220307-1.32.1 ([#1921](#1921)) ([fcad209](fcad209))
* update dependency com.google.cloud:google-cloud-storage to v2.4.5 ([#1906](#1906)) ([d35d689](d35d689))
* update dependency com.google.cloud:native-image-support to v0.12.10 ([#1919](#1919)) ([a59ccf5](a59ccf5))
* update dependency com.google.cloud:native-image-support to v0.12.8 ([#1907](#1907)) ([fddf593](fddf593))
* update dependency com.google.cloud:native-image-support to v0.12.9 ([#1913](#1913)) ([830dd50](830dd50))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants