Changelog
- 18b18ca Fix HTTP idle timeout lint
- 9961b19 Merge pull request #1156 from bruin-data/feat/http-file-source
- 8134f63 Merge pull request #1167 from bruin-data/fix/clickhouse-decimal-schema-readback
- 465bbbb feat(source): add streaming HTTP file source
- 9bd2db2 fix(clickhouse): parse width-suffixed decimals in shared mapper
- d97e3e0 fix(clickhouse): read decimal precision/scale in GetTableSchema via shared mapper
- b5f60a4 fix(http): bound stalled body reads with an idle read timeout
- e109f49 fix(http): honor caller-supplied User-Agent header
- 6d6b2aa fix(http): honor encoding hint with surrounding whitespace
- 97b3dfc fix(source): validate HTTP resume identity
- debf105 refactor(http): derive gzip detection in detectFormat
- 9f7d97f test(clickhouse): assert GetTableSchema returns nil for a missing table