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(bigquery): expose connections and schema autodetect modifier #5739

Merged
merged 18 commits into from May 3, 2022

Conversation

shollyman
Copy link
Contributor

This exposes the connectionID in the in the external data config,
and wires in the new autodetect schema as a variadic option on the
Update() method for tables.

Technically this is a breaking signature change, but in practice
variadic options can be omitted entirely, so existing code will
continue to work without issue.

This exposes the connectionID in the in the external data config,
and wires in the new autodetect schema as a variadic option on the
Update() method for tables.

Technically this is a breaking signature change, but in practice
variadic options can be omitted entirely, so existing code will
continue to work without issue.
@shollyman shollyman added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Mar 9, 2022
@shollyman shollyman requested review from tswast and a team March 9, 2022 18:01
@shollyman shollyman requested a review from a team as a code owner March 9, 2022 18:01
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigquery Issues related to the BigQuery API. labels Mar 9, 2022
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Mar 17, 2022
@product-auto-label product-auto-label bot added size: m Pull request size is medium. stale: old Pull request is old and needs attention. and removed size: s Pull request size is small. labels Apr 8, 2022
@shollyman shollyman removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label May 3, 2022
@shollyman shollyman enabled auto-merge (squash) May 3, 2022 17:31
@shollyman shollyman merged commit c72e34f into googleapis:main May 3, 2022
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 BigQuery API. size: m Pull request size is medium. stale: old Pull request is old and needs attention.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants