diff --git a/airbyte-config/init/src/main/resources/seed/destination_definitions.yaml b/airbyte-config/init/src/main/resources/seed/destination_definitions.yaml index 18db1525ea20..8284c4ae33f2 100644 --- a/airbyte-config/init/src/main/resources/seed/destination_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/destination_definitions.yaml @@ -45,7 +45,7 @@ icon: bigquery.svg normalizationConfig: normalizationRepository: airbyte/normalization - normalizationTag: 0.2.26 + normalizationTag: 0.2.27 normalizationIntegrationType: bigquery supportsDbt: true resourceRequirements: @@ -91,7 +91,7 @@ releaseStage: alpha normalizationConfig: normalizationRepository: airbyte/normalization-clickhouse - normalizationTag: 0.2.26 + normalizationTag: 0.2.27 normalizationIntegrationType: clickhouse supportsDbt: true - name: Cloudflare R2 @@ -213,7 +213,7 @@ releaseStage: alpha normalizationConfig: normalizationRepository: airbyte/normalization-mssql - normalizationTag: 0.2.26 + normalizationTag: 0.2.27 normalizationIntegrationType: mssql supportsDbt: true - name: MeiliSearch @@ -239,7 +239,7 @@ releaseStage: alpha normalizationConfig: normalizationRepository: airbyte/normalization-mysql - normalizationTag: 0.2.26 + normalizationTag: 0.2.27 normalizationIntegrationType: mysql supportsDbt: true - name: Oracle @@ -251,7 +251,7 @@ releaseStage: alpha normalizationConfig: normalizationRepository: airbyte/normalization-oracle - normalizationTag: 0.2.26 + normalizationTag: 0.2.27 normalizationIntegrationType: oracle supportsDbt: true - name: Postgres @@ -263,7 +263,7 @@ releaseStage: alpha normalizationConfig: normalizationRepository: airbyte/normalization - normalizationTag: 0.2.26 + normalizationTag: 0.2.27 normalizationIntegrationType: postgres supportsDbt: true - name: Pulsar @@ -295,7 +295,7 @@ icon: redshift.svg normalizationConfig: normalizationRepository: airbyte/normalization-redshift - normalizationTag: 0.2.26 + normalizationTag: 0.2.27 normalizationIntegrationType: redshift supportsDbt: true resourceRequirements: @@ -353,7 +353,7 @@ icon: snowflake.svg normalizationConfig: normalizationRepository: airbyte/normalization-snowflake - normalizationTag: 0.2.26 + normalizationTag: 0.2.27 normalizationIntegrationType: snowflake supportsDbt: true resourceRequirements: @@ -407,7 +407,7 @@ releaseStage: alpha normalizationConfig: normalizationRepository: airbyte/normalization-tidb - normalizationTag: 0.2.26 + normalizationTag: 0.2.27 normalizationIntegrationType: tidb supportsDbt: true - name: Typesense diff --git a/airbyte-integrations/bases/base-normalization/Dockerfile b/airbyte-integrations/bases/base-normalization/Dockerfile index da91d1a3e142..70cd8f05f564 100644 --- a/airbyte-integrations/bases/base-normalization/Dockerfile +++ b/airbyte-integrations/bases/base-normalization/Dockerfile @@ -30,5 +30,5 @@ ENTRYPOINT ["/airbyte/entrypoint.sh"] # 0.3.x is tombstoned. # The next minor bump should go directly to 0.4.0 -LABEL io.airbyte.version=0.2.26 +LABEL io.airbyte.version=0.2.27 LABEL io.airbyte.name=airbyte/normalization diff --git a/airbyte-integrations/bases/base-normalization/normalization/transform_catalog/reserved_keywords.py b/airbyte-integrations/bases/base-normalization/normalization/transform_catalog/reserved_keywords.py index 65386742a19f..ccfd5eaf07c1 100644 --- a/airbyte-integrations/bases/base-normalization/normalization/transform_catalog/reserved_keywords.py +++ b/airbyte-integrations/bases/base-normalization/normalization/transform_catalog/reserved_keywords.py @@ -27,6 +27,9 @@ "CROSS", "CUBE", "CURRENT", + "CURRENT_DATE", + "CURRENT_TIME", + "CURRENT_TIMESTAMP", "DEFAULT", "DEFINE", "DESC", diff --git a/docs/connector-development/tutorials/cdk-tutorial-python-http/configured_catalog.json b/docs/connector-development/tutorials/cdk-tutorial-python-http/configured_catalog.json index 77eef39b5fec..7aa9a7e9b222 100644 --- a/docs/connector-development/tutorials/cdk-tutorial-python-http/configured_catalog.json +++ b/docs/connector-development/tutorials/cdk-tutorial-python-http/configured_catalog.json @@ -131,4 +131,4 @@ "destination_sync_mode": "overwrite" } ] -} \ No newline at end of file +} diff --git a/docs/connector-development/tutorials/cdk-tutorial-python-http/exchange_rates_schema.json b/docs/connector-development/tutorials/cdk-tutorial-python-http/exchange_rates_schema.json index 8a19034b3f5c..9462ce0079e6 100644 --- a/docs/connector-development/tutorials/cdk-tutorial-python-http/exchange_rates_schema.json +++ b/docs/connector-development/tutorials/cdk-tutorial-python-http/exchange_rates_schema.json @@ -116,4 +116,4 @@ } } } -} \ No newline at end of file +} diff --git a/docs/understanding-airbyte/basic-normalization.md b/docs/understanding-airbyte/basic-normalization.md index 8e82b58e0494..5c2c07604163 100644 --- a/docs/understanding-airbyte/basic-normalization.md +++ b/docs/understanding-airbyte/basic-normalization.md @@ -351,8 +351,9 @@ Note that Basic Normalization is packaged in a docker image `airbyte/normalizati Therefore, in order to "upgrade" to the desired normalization version, you need to use the corresponding Airbyte version that it's being released in: -| Airbyte Version | Normalization Version | Date | Pull Request | Subject | -|:----------------|:----------------------|:-----------|:-------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------| +| Airbyte Version | Normalization Version | Date | Pull Request | Subject | +|:----------------|:---------------------------|:-----------|:-------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------| +| | 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 | | | 0.3.2 (broken, do not use) | 2023-01-31 | [\#22165](https://github.com/airbytehq/airbyte/pull/22165) | Fix support for non-object top-level schemas | | | 0.3.1 (broken, do not use) | 2023-01-31 | [\#22161](https://github.com/airbytehq/airbyte/pull/22161) | Fix handling for combined primitive types |