Commit 9852599
committed
build: add ijson as a runtime dependency
Adds the ijson streaming JSON parser as a direct dependency so connectors that
ship inside the source-declarative-manifest base image can stream-parse very
large JSON response bodies without materializing the full document in memory.
Motivation: source-amazon-seller-partner currently OOMs while reading
GET_BRAND_ANALYTICS_SEARCH_TERMS_REPORT documents that can exceed 3 GB
uncompressed. See airbytehq/oncall#12143.1 parent 19a7083 commit 9852599
2 files changed
Lines changed: 108 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments