Skip to content

Commit

Permalink
Normalization Bigquery: Add more reserved words (#24077)
Browse files Browse the repository at this point in the history
* add current times for bigquery

* bump version + changelog
  • Loading branch information
edgao authored and erohmensing committed Mar 22, 2023
1 parent 2d91de5 commit c90f86b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
icon: bigquery.svg
normalizationConfig:
normalizationRepository: airbyte/normalization
normalizationTag: 0.2.26
normalizationTag: 0.2.27
normalizationIntegrationType: bigquery
supportsDbt: true
resourceRequirements:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -263,7 +263,7 @@
releaseStage: alpha
normalizationConfig:
normalizationRepository: airbyte/normalization
normalizationTag: 0.2.26
normalizationTag: 0.2.27
normalizationIntegrationType: postgres
supportsDbt: true
- name: Pulsar
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/bases/base-normalization/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"CROSS",
"CUBE",
"CURRENT",
"CURRENT_DATE",
"CURRENT_TIME",
"CURRENT_TIMESTAMP",
"DEFAULT",
"DEFINE",
"DESC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@
"destination_sync_mode": "overwrite"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@
}
}
}
}
}
5 changes: 3 additions & 2 deletions docs/understanding-airbyte/basic-normalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit c90f86b

Please sign in to comment.