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

Allow ignore unknown value in firehose BQ client #212

Closed
batrov opened this issue Jan 27, 2023 · 1 comment
Closed

Allow ignore unknown value in firehose BQ client #212

batrov opened this issue Jan 27, 2023 · 1 comment

Comments

@batrov
Copy link

batrov commented Jan 27, 2023

There's issue on starting firehose when proto schema is not matching with BQ table schema. Sample error looks like this:
Provided Schema does not match Table xxx. Field yyy is missing in new schema

Need a feature to ignore this error and fill with default value if proto schema is incomplete.
This can be done by allowing ignoreUnknownValues while instantiating BQ client.
source: https://cloud.google.com/bigquery/docs/reference/rest/v2/tabledata/insertAll#request-body

@batrov
Copy link
Author

batrov commented Jan 27, 2023

created issue here raystack/depot#78

@batrov batrov closed this as completed Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant