Changelog
- 5c47eac Add Iceberg incremental strategies (#912)
- a6b9528 Handle nil schema for late CDC tables
- 529cdf5 Harden Postgres CDC under sustained load
- 7b8f7e0 Merge pull request #935 from bruin-data/iremcaginyurtturk/sized-column-types
- 4469c49 Merge pull request #937 from bruin-data/postgres-cdc-new-table-handling
- cf471d0 Optimize MySQL destination loading (#939)
- b469ddf Preserve Snowflake decimal metadata (#940)
- 77ae127 Support new tables in Postgres CDC
- 7ce8065 docs(columns): list sized string type names
- 53fcfb7 docs(columns): trim code comments to at most two lines
- 61ef825 docs(columns): trim sized string section
- 4a484bc docs+test(columns): document sized string types; add integration tests
- 77a8d19 feat(columns): emit sized VARCHAR in remaining string-capable destinations
- beeba62 feat(columns): support sized string types in --columns overrides
- 43fc376 feat(schema-evolution): widen string column length
- 96a4987 feat(snowflake): preserve string column length on read
- 23acb00 feat(sources): capture string length on read for Trino, Databricks, CrateDB
- d67926b fix(athena): do not claim sized string support (Iceberg has none)
- 325ee95 fix(bigquery): apply MaxLength to STRING columns in table schema
- bc1f11f fix(bigquery): apply MaxLength when adding string columns via schema evolution
- ad18163 fix(columns): reject nonpositive length in sized string override
- 06b96ff fix(columns): reject sized string with extra parameters
- 35cfedc fix(databricks,maxcompute): clamp oversized VARCHAR length to engine max
- c096a2d fix(databricks,maxcompute): reject oversized VARCHAR length instead of clamping
- add87e7 revert(databricks,maxcompute): fall back to unbounded string for oversized length