We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc35eb3 commit d73830dCopy full SHA for d73830d
.helm/templates/crd-microsoft-synapse.yaml
@@ -175,6 +175,23 @@ spec:
175
default:
176
batchThreshold: 60
177
retentionThreshold: 6h
178
+ analyzeSettings:
179
+ type: object
180
+ description: Settings for running ANALYZE on target.
181
+ properties:
182
+ batchThreshold:
183
+ type: integer
184
+ default: 60
185
+ description: Number of batches to accumulate before running the ANALYZE query.
186
+ includedColumns:
187
+ type: array
188
+ description: Columns to include in the ANALYZE query. If empty, ALL columns will be included.
189
+ items:
190
+ type: string
191
+ default: []
192
+ default:
193
+ batchThreshold: 60
194
+ includedColumns: []
195
targetTableName:
196
type: string
197
description: Name for the target Iceberg table.
0 commit comments