Skip to content

Commit 754df35

Browse files
authored
Fix: GzipDecoder - add 'application/a-gzip' to supported response content-types
1 parent 15542de commit 754df35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2629,6 +2629,7 @@ def create_gzip_decoder(
26292629
"application/gzip",
26302630
"application/x-gzip",
26312631
"application/x-zip-compressed",
2632+
"application/a-gzip",
26322633
}
26332634

26342635
gzip_parser: GzipParser = ModelToComponentFactory._get_parser(model, config) # type: ignore # based on the model, we know this will be a GzipParser

0 commit comments

Comments
 (0)