We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc0444 commit d43bba9Copy full SHA for d43bba9
specs/ingestion/common/schemas/transformation.yml
@@ -120,9 +120,9 @@ TransformationTryResponse:
120
properties:
121
payloads:
122
type: array
123
- description: The array of records returned by the transformation service.
+ description: The array of stringified records returned by the transformation service.
124
items:
125
- type: object
+ type: string
126
error:
127
title: transformationError
128
type: object
0 commit comments