S3SSEKMSEncryptionContextstring`yaml:"s3_sse_kms_encryption_context" json:"s3_sse_kms_encryption_context" doc:"nocli|description=S3 server-side encryption KMS encryption context. If unset and the key ID override is set, the encryption context will not be provided to S3. Ignored if the SSE type override is not set."`
f.IntVar(&l.MaxScanTaskParallelism,"limits.max-scan-task-parallelism",0,"Experimental: Controls the amount of scan tasks that can be running in parallel in the new query engine. The default of 0 means unlimited parallelism and all tasks will be scheduled at once.")
f.BoolVar(&l.DebugEngineTasks,"limits.debug-engine-tasks",false,"Experimental: Toggles verbose debug logging of tasks in the new query engine.")
f.BoolVar(&l.DebugEngineStreams,"limits.debug-engine-streams",false,"Experimental: Toggles verbose debug logging of data streams in the new query engine.")
}
// SetGlobalOTLPConfig set GlobalOTLPConfig which is used while unmarshaling per-tenant otlp config to use the default list of resource attributes picked as index labels.
@ -1368,6 +1373,14 @@ func (o *Overrides) MaxScanTaskParallelism(userID string) int {