1
0
mirror of synced 2025-12-19 18:14:56 -05:00

Snowflake maps its schema once at the start. (#70903)

This commit is contained in:
Ryan Br...
2025-12-18 15:14:01 -08:00
committed by GitHub
parent 226af71657
commit 272f243e44
47 changed files with 2047 additions and 2557 deletions

View File

@@ -260,6 +260,7 @@ desired namespace.
| Version | Date | Pull Request | Subject |
|:----------------|:-----------|:--------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 4.0.32-rc.1 | 2025-12-18 | [70903](https://github.com/airbytehq/airbyte/pull/70903) | Upgrade to CDK 0.1.91; internal refactoring |
| 4.0.31 | 2025-12-08 | [70442](https://github.com/airbytehq/airbyte/pull/70442) | Write VARIANT values correctly when underlying Airbyte type is a `union` |
| 4.0.30 | 2025-11-24 | [69842](https://github.com/airbytehq/airbyte/pull/69842) | Update documentation about numeric value handling |
| 4.0.29 | 2025-11-14 | [69342](https://github.com/airbytehq/airbyte/pull/69342) | Truncate NumberValues and IntegerValues with excessive precision instead of nullifying them |