You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: S3 bucket URIs for spooling data (e.g., s3://bucket1,s3://bucket2). For GCS, use gs:// URIs (e.g., gs://bucket1,gs://bucket2).
175
+
description: S3 bucket URIs for spooling data (e.g., s3://bucket1,s3://bucket2).
211
176
items:
212
177
type: string
213
178
type: array
@@ -337,20 +302,6 @@ spec:
337
302
description: External ID for the IAM role trust policy.
338
303
nullable: true
339
304
type: string
340
-
gcsServiceAccountKey:
341
-
description: Google Cloud Storage service account key in JSON format. Required when using GCS (gs:// URIs). Should contain the JSON service account key. The operator will mount this as a file and configure `exchange.gcs.json-key-file-path`.
342
-
nullable: true
343
-
properties:
344
-
key:
345
-
description: Key name in the Secret that contains the JSON service account key.
346
-
nullable: true
347
-
type: string
348
-
secretClass:
349
-
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) providing the GCS service account key.'
350
-
type: string
351
-
required:
352
-
- secretClass
353
-
type: object
354
305
iamRole:
355
306
description: IAM role to assume for S3 access.
356
307
nullable: true
@@ -400,8 +351,9 @@ spec:
400
351
type: integer
401
352
retryDelayScaleFactor:
402
353
description: Factor by which retry delay is increased on each query or task failure.
354
+
format: float
403
355
nullable: true
404
-
type: string
356
+
type: number
405
357
retryInitialDelay:
406
358
description: Minimum time that a failed query or task must wait before it is retried.
407
359
nullable: true
@@ -413,8 +365,8 @@ spec:
413
365
retryPolicy:
414
366
description: The retry policy for fault tolerant execution. `QUERY` retries entire queries, `TASK` retries individual tasks. When set to `TASK`, an exchange manager must be configured.
415
367
enum:
416
-
- QUERY
417
-
- TASK
368
+
- query
369
+
- task
418
370
type: string
419
371
taskRetryAttemptsPerTask:
420
372
description: Maximum number of times Trino may attempt to retry a single task before declaring the query failed. Only applies to `TASK` retry policy.
0 commit comments