Commit abed7f6
committed
fix(decoder): use gzip_parser as fallback in GzipDecoder instead of inner_parser
When GzipDecoder is explicitly configured and the HTTP response lacks
gzip-related headers (e.g., S3 pre-signed URLs returning
binary/octet-stream), the fallback_parser should still decompress
the data since the user has explicitly declared they expect gzip content.
Co-Authored-By: unknown <>1 parent 15542de commit abed7f6
2 files changed
Lines changed: 21 additions & 1 deletion
File tree
- airbyte_cdk/sources/declarative/parsers
- unit_tests/sources/declarative/decoders
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2642 | 2642 | | |
2643 | 2643 | | |
2644 | 2644 | | |
2645 | | - | |
| 2645 | + | |
2646 | 2646 | | |
2647 | 2647 | | |
2648 | 2648 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
335 | 355 | | |
336 | 356 | | |
337 | 357 | | |
| |||
0 commit comments