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

Destination Redshift: deprecate old migration normalization code (#25771)

* first pass normalization

* add pr link

* remove python test & resources

* linting
This commit is contained in:
Cynthia Yin
2023-05-05 14:18:27 -07:00
committed by GitHub
parent 4762d06f1a
commit 8400d20352
13 changed files with 10 additions and 221 deletions

View File

@@ -353,7 +353,8 @@ Therefore, in order to "upgrade" to the desired normalization version, you need
| Airbyte Version | Normalization Version | Date | Pull Request | Subject |
|:----------------|:---------------------------|:-----------|:-------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------|
| | 0.4.1 | 2023-04-26 | [\#25591](https://github.com/airbytehq/airbyte/pull/25591) | Pin MarkupSafe library for Oracle normalization to fix build. |
| | 0.4.2 | 2023-05-03 | [\#25771](https://github.com/airbytehq/airbyte/pull/25771) | Remove old VARCHAR to SUPER migration functionality for destination Redshift |
| | 0.4.1 | 2023-04-26 | [\#25591](https://github.com/airbytehq/airbyte/pull/25591) | Pin MarkupSafe library for Oracle normalization to fix build. |
| | 0.4.0 | 2023-03-23 | [\#22381](https://github.com/airbytehq/airbyte/pull/22381) | Prevent normalization from creating unnecessary duplicates in nested tables. |
| | 0.2.27 | 2023-03-15 | [\#24077](https://github.com/airbytehq/airbyte/pull/24077) | Add more bigquery reserved words |
| | 0.2.26 | 2023-02-15 | [\#19573](https://github.com/airbytehq/airbyte/pull/19573) | Update Clickhouse dbt version to 1.4.0 |