Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: hard code
materialize-bigquery
in ser_policy
BigQuery actually has a limit of 20MiB on an individual row that can be returned via its Query API. Although we can store a row with a `flow_document` that large, we then can't read it back out using the conventional query mechanism the materialization connector currently uses. This adds `materialize-bigquery` to the list of connectors that use `ser_policy`, which should generally reduce how often we store rows that are excessively large.
- Loading branch information