1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Destination snowflake: fix state handling with QUOTED_IDENTIFIERS_IGNORE_CASE=TRUE (#36396)

This commit is contained in:
Edward Gao
2024-03-25 12:36:32 -07:00
committed by GitHub
parent 447c967e4a
commit a8fa18ff3b
12 changed files with 49 additions and 9 deletions

View File

@@ -276,6 +276,7 @@ desired namespace.
| Version | Date | Pull Request | Subject |
|:----------------|:-----------|:-------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 3.6.4 | 2024-03-25 | [\#36396](https://github.com/airbytehq/airbyte/pull/36396) | Handle instances with `QUOTED_IDENTIFIERS_IGNORE_CASE` enabled globally |
| 3.6.3 | 2024-03-25 | [\#36452](https://github.com/airbytehq/airbyte/pull/36452) | Remove Query timeout |
| 3.6.2 | 2024-03-18 | [\#36240](https://github.com/airbytehq/airbyte/pull/36240) | Hide oAuth config option |
| 3.6.1 | 2024-03-07 | [\#35899](https://github.com/airbytehq/airbyte/pull/35899) | Adopt CDK 0.23.18; Null safety check in state parsing |