Skip to content

Commit 6a53136

Browse files
committed
runtime: add materialize-azure-fabric-warehouse to ser_policy
Azure Fabric Warehouse has a 1MB size limit on VARCHAR(MAX) columns, so we need to try to stay below that size for any individual string field, and probably more importantly the entire document, since the document is stored in such a column.
1 parent 4bfa4b5 commit 6a53136

File tree

1 file changed

+1
-0
lines changed
  • crates/runtime/src/materialize

1 file changed

+1
-0
lines changed

Diff for: crates/runtime/src/materialize/task.rs

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ impl Task {
3232
// that don't handle large strings very well. This should be negotiated via connector protocol.
3333
// See go/runtime/materialize.go:135
3434
let ser_policy = if [
35+
"ghcr.io/estuary/materialize-azure-fabric-warehouse",
3536
"ghcr.io/estuary/materialize-bigquery",
3637
"ghcr.io/estuary/materialize-kafka",
3738
"ghcr.io/estuary/materialize-snowflake",

0 commit comments

Comments
 (0)