We added complexity limits for inferred schemas, and later on added some plumbing for tuning complexity limits, but left it quite limited: connectors that emit SourceSchema get 10k locations, everything else gets 1k.
Enough users have run into issues where being able to manually expand this on a case-by-case basis that it's clear we need to expose a knob to allow directly tuning this.
We added complexity limits for inferred schemas, and later on added some plumbing for tuning complexity limits, but left it quite limited: connectors that emit
SourceSchemaget 10k locations, everything else gets 1k.Enough users have run into issues where being able to manually expand this on a case-by-case basis that it's clear we need to expose a knob to allow directly tuning this.