Changelog
- bdacfcf Merge pull request #843 from bruin-data/chore/bump-mongo-driver-1.17.7
- e73e0a8 Merge pull request #863 from bruin-data/iremcaginyurtturk/fix-bigquery-merge-int-pk
- 32b4506 Merge pull request #872 from bruin-data/chore/license-audit-lock-mongo-1.17.7
- f5b7eca Update license audit lock for mongo-driver v1.17.7
- 14bf453 chore(deps): bump go.mongodb.org/mongo-driver to v1.17.7
- 9dea091 chore: drop comment on DestinationScheme field
- f030f8c chore: drop redundant comment on DestinationScheme
- b79de1a chore: shorten comments to <=2 lines
- 95cf6a0 fix(schemaevolution): also gate Snowflake and Trino
- c337ca9 fix(schemaevolution): also skip float-width overrides on collapsing dests
- 4678c15 fix(schemaevolution): don't ALTER int PK columns on BigQuery merge re-runs
- 9949bc8 fix(schemaevolution): gate numeric-width suppression by destination scheme
- 7d1e1ac fix(schemaevolution): gate the narrower-int skip to BigQuery
- 122914d fix(schemaevolution): map int/integer overrides to int64
- 85ad1c0 fix(schemaevolution): scope override suppression to integer types
- 53a846d fix(schemaevolution): skip ALTER for a narrower integer override
- 2a55515 test(integration): expect BIGINT for :int override after int->int64 mapping