fix(destination-postgres): Fix index recreation on non-existent columns in raw tables mode (#70347)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -298,6 +298,7 @@ _where_ it is deployed.
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
|:--------|:-----------|:-----------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| 3.0.3 | 2025-12-04 | [70347](https://github.com/airbytehq/airbyte/pull/70347) | Fix index recreation on non-existent columns in raw tables mode. |
|
||||
| 3.0.2 | 2025-12-04 | [70337](https://github.com/airbytehq/airbyte/pull/70337) | Refactor: Move raw tables mode check to index creation for better code clarity. |
|
||||
| 3.0.1 | 2025-12-03 | [70326](https://github.com/airbytehq/airbyte/pull/70326) | Fix `PSQLException` when running in legacy "Raw tables only" mode. |
|
||||
| 3.0.0 | 2025-12-02 | [69846](https://github.com/airbytehq/airbyte/pull/69846) | **Breaking Change**: Introduces Direct Load architecture. Data is now written directly to final tables without using intermediate raw tables, providing improved performance and reduced storage costs. Raw tables are deprecated; use "Raw tables only" option if needed for backward compatibility. |
|
||||
|
||||
Reference in New Issue
Block a user