You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 normalization for bigquery: allow datasetId and table to start with number (#9341)
* use unchanged dataset_id if it starts with a number * Can start with number: datasetId, table Can not start with number: column (added _ before name) * updated normalization container version * updated normalization container version
Copy file name to clipboardExpand all lines: airbyte-integrations/bases/base-normalization/normalization/transform_catalog/destination_name_transformer.py
| 0.29.5-alpha | 0.1.39 | 2021-08-11 |[\#4557](https://github.com/airbytehq/airbyte/pull/4557)| Handle date times and solve conflict name btw stream/field |
373
-
| 0.28.2-alpha | 0.1.38 | 2021-07-28 |[\#5027](https://github.com/airbytehq/airbyte/pull/5027)| Handle quotes in column names when parsing JSON blob |
374
-
| 0.27.5-alpha | 0.1.37 | 2021-07-22 |[\#3947](https://github.com/airbytehq/airbyte/pull/4881/)| Handle `NULL` cursor field values when deduping |
375
-
| 0.27.2-alpha | 0.1.36 | 2021-07-09 |[\#3947](https://github.com/airbytehq/airbyte/pull/4163/)| Enable normalization for MySQL destination |
352
+
|:----------------| :--- | :--- | :--- | :--- |
353
+
|| 0.1.66 | 2022-02-04 |[\#9341](https://github.com/airbytehq/airbyte/pull/9341)| Fix normalization for bigquery datasetId and tables |
| 0.29.5-alpha | 0.1.39 | 2021-08-11 |[\#4557](https://github.com/airbytehq/airbyte/pull/4557)| Handle date times and solve conflict name btw stream/field |
374
+
| 0.28.2-alpha | 0.1.38 | 2021-07-28 |[\#5027](https://github.com/airbytehq/airbyte/pull/5027)| Handle quotes in column names when parsing JSON blob |
375
+
| 0.27.5-alpha | 0.1.37 | 2021-07-22 |[\#3947](https://github.com/airbytehq/airbyte/pull/4881/)| Handle `NULL` cursor field values when deduping |
376
+
| 0.27.2-alpha | 0.1.36 | 2021-07-09 |[\#3947](https://github.com/airbytehq/airbyte/pull/4163/)| Enable normalization for MySQL destination |
0 commit comments