-
Notifications
You must be signed in to change notification settings - Fork 1.1k
BigQuery: Adding support for schema autodetection #1648
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
BigQuery: Adding support for schema autodetection #1648
Conversation
|
@tswast could you take a look? |
tswast
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent!
Thanks for adding support for this feature. It's much appreciated.
|
@garrettjonesgoogle Is there an @beta annotation we should be adding to these features? |
|
@tswast I don't think we've been putting annotations on methods to match the support level of the underlying API. It gets tricky when the support level of the underlying API changes, because then we might have to keep revising the annotations in the client library to match. The tag we have been using for features that might change in the client library is |
1ba92ed to
e6660b8
Compare
|
Hi all, I've rebased the commit with the latest from master (waiting on CI builds to complete now, but internal running of the tests raised no errors). I didn't use |
|
Changes Unknown when pulling e6660b8 on telligent-data:feature/bq-schema-autodetect into ** on GoogleCloudPlatform:master**. |
|
@garrettjonesgoogle could you merge? I haven't been tracking when releases are happening. I don't want to step on the release process again. |
* chore(main): release 2.24.2 * chore: generate libraries at Wed Nov 6 21:13:30 UTC 2024 --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
This has been exposed through the protobuf API already; I just coded in a method to access it through the Java SDK.
See: https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load.autodetect