1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Add sanitized column name in some destinations' raw table outputs (#5026)

* Add sanitized column name in some destinations' raw table outputs
This commit is contained in:
Christophe Duong
2021-07-28 14:38:08 +02:00
committed by GitHub
parent f538a63889
commit 76c1f3465c
12 changed files with 67 additions and 32 deletions

View File

@@ -72,6 +72,7 @@ As a result, Airbyte MySQL destination forces all identifier (table, schema and
| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.10 | 2021-07-28 | [#5026](https://github.com/airbytehq/airbyte/pull/5026) | Add sanitized json fields in raw tables to handle quotes in column names |
| 0.1.7 | 2021-07-09 | [#4651](https://github.com/airbytehq/airbyte/pull/4651) | Switch normalization flag on so users can use normalization. |
| 0.1.6 | 2021-07-03 | [#4531](https://github.com/airbytehq/airbyte/pull/4531) | Added normalization for MySQL. |
| 0.1.5 | 2021-07-03 | [#3973](https://github.com/airbytehq/airbyte/pull/3973) | Added `AIRBYTE_ENTRYPOINT` for kubernetes support. |