-
Notifications
You must be signed in to change notification settings - Fork 116
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: add support for bigquery in core #10447
Conversation
8fa9d6d
to
4ee69bc
Compare
|
||
query_result_size = query_result_size | ||
+ res | ||
.total_bytes_processed |
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.
I think, this is the number of bytes read from bigquery data, not necessary the size of the payload, is it really what you want ?
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.
Ah interesting, not at all what I want and I think you might be right. Going to replace with the same approach we use for SF
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.
reverting to nb of rows for now
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.
LGTM, double check the bytes thing
Description
Adds support for BigQuery remote databases in
core
.The implementation supports all required features for a remote DB:
TableSchema
for a list of tablesWhat is not covered here:
Focused on merging quickly so we can test end to end and debug
Tests
Manual
Risk
N/A (pretty much no change to non-bigquery flow)
Deploy Plan
Deploy
core