Skip to content

Commit 15300da

Browse files
committed
GzipDecoder can now use XmlDecoder
1 parent 0afea4a commit 15300da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3650,6 +3650,7 @@ definitions:
36503650
- "$ref": "#/definitions/GzipDecoder"
36513651
- "$ref": "#/definitions/JsonDecoder"
36523652
- "$ref": "#/definitions/JsonlDecoder"
3653+
- "$ref": "#/definitions/XmlDecoder"
36533654
CsvDecoder:
36543655
title: CSV
36553656
description: "Select 'CSV' for response data that is formatted as CSV (comma-separated values). Can specify an encoding (default: 'utf-8') and a delimiter (default: ',')."

0 commit comments

Comments
 (0)