Download BigQuery table to pyarrow table for python-based ingestion flow - #1366
Conversation
|
btw this is stacked on #1364 but I don't think GH PR's support stacked diffs |
There was a problem hiding this comment.
https://docs.python.org/3/library/exceptions.html#ValueError is preferred I think.
There was a problem hiding this comment.
Can we please add a few comments to this code so that its easier for a reader to parse
579074d to
8bcd3ed
Compare
35bccce to
08bb0a2
Compare
There was a problem hiding this comment.
I think we can maybe just leave out this comment and inherit from OfflineStore for now.
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
47ee560 to
85465a1
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jklegar, woop The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it: Implements downloading a BQ table to an in-memory pyarrow table, which will be part of the python-based ingestion flow
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: