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: auto convert numbers #436

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

alvarowolfx
Copy link
Contributor

Automatically converts NUMERIC/BIGNUMERIC fields set as numbers in JSON to string, accordingly to BigQuery Write API Docs.

Fixes #424 🦕

@alvarowolfx alvarowolfx requested a review from a team as a code owner April 4, 2024 20:10
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquerystorage Issues related to the googleapis/nodejs-bigquery-storage API. labels Apr 4, 2024
@alvarowolfx alvarowolfx added the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 4, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 4, 2024
@alvarowolfx alvarowolfx merged commit f0505e7 into googleapis:main Apr 8, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquerystorage Issues related to the googleapis/nodejs-bigquery-storage API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using adapt convertStorageSchemaToProto2Descriptor Converts TIMESTAMP and NUMERIC fields to string
2 participants