Skip to content

Commit 28e92e1

Browse files
author
Jonathan Pearlin
authored
chore: publish connectors (#69226)
1 parent 8f93b64 commit 28e92e1

File tree

8 files changed

+9
-5
lines changed

8 files changed

+9
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cdkVersion=0.1.67
1+
cdkVersion=0.1.68

airbyte-integrations/connectors/destination-clickhouse/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: database
33
connectorType: destination
44
definitionId: ce0d828e-1dc4-496c-b122-2da42e637e48
5-
dockerImageTag: 2.1.11
5+
dockerImageTag: 2.1.12
66
dockerRepository: airbyte/destination-clickhouse
77
githubIssueLabel: destination-clickhouse
88
icon: clickhouse.svg

airbyte-integrations/connectors/destination-clickhouse/src/test-integration/kotlin/io/airbyte/integrations/destination/clickhouse/write/load/ClickhouseAcceptanceTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ abstract class ClickhouseAcceptanceTest(
154154
configUpdater = ClickhouseConfigUpdater(),
155155
dedupChangeUsesDefault = true,
156156
dataChannelFormat = dataChannelFormat,
157-
dataChannelMedium = dataChannelMedium
157+
dataChannelMedium = dataChannelMedium,
158+
useDataFlowPipeline = true,
158159
) {
159160
companion object {
160161
@JvmStatic
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
testExecutionConcurrency=-1
2-
cdkVersion=0.1.67
2+
cdkVersion=0.1.68
33
JunitMethodExecutionTimeout=10 m

airbyte-integrations/connectors/destination-snowflake/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data:
66
connectorSubtype: database
77
connectorType: destination
88
definitionId: 424892c4-daac-4491-b35d-c6688ba547ba
9-
dockerImageTag: 4.0.24
9+
dockerImageTag: 4.0.25
1010
dockerRepository: airbyte/destination-snowflake
1111
documentationUrl: https://docs.airbyte.com/integrations/destinations/snowflake
1212
githubIssueLabel: destination-snowflake

airbyte-integrations/connectors/destination-snowflake/src/test-integration/kotlin/io/airbyte/integrations/destination/snowflake/write/SnowflakeAcceptanceTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ abstract class SnowflakeAcceptanceTest(
186186
recordMangler = recordMapper,
187187
nameMapper = nameMapper,
188188
coercesLegacyUnions = coercesLegacyUnions,
189+
useDataFlowPipeline = true,
189190
) {
190191

191192
@Disabled override fun testUnions() {}

docs/integrations/destinations/clickhouse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ You can also use a pre-existing user but we highly recommend creating a dedicate
104104

105105
| Version | Date | Pull Request | Subject |
106106
|:-----------|:-----------|:-----------------------------------------------------------|:-------------------------------------------------------------------------------|
107+
| 2.1.12 | 2025-11-06 | [69226](https://github.com/airbytehq/airbyte/pull/69226) | Improved additional statistics handling |
107108
| 2.1.11 | 2025-11-05 | [69200](https://github.com/airbytehq/airbyte/pull/69200/) | Add support for observability metrics |
108109
| 2.1.10 | 2025-11-03 | [69154](https://github.com/airbytehq/airbyte/pull/69154) | Fix decimal validation |
109110
| 2.1.9 | 2025-10-30 | [69100](https://github.com/airbytehq/airbyte/pull/69100) | Upgrade to CDK 0.1.61 to fix state index bug |

docs/integrations/destinations/snowflake.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ desired namespace.
251251

252252
| Version | Date | Pull Request | Subject |
253253
|:----------------|:-----------|:--------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
254+
| 4.0.25 | 2025-11-06 | [69226](https://github.com/airbytehq/airbyte/pull/69226) | Improved additional statistics handling |
254255
| 4.0.24 | 2025-11-05 | [69200](https://github.com/airbytehq/airbyte/pull/69200/) | Add support for observability metrics |
255256
| 4.0.23 | 2025-11-03 | [69153](https://github.com/airbytehq/airbyte/pull/69153) | Fix bug in connector spec |
256257
| 4.0.22 | 2025-11-03 | [69147](https://github.com/airbytehq/airbyte/pull/69147) | Upgrade to CDK 0.1.62 to improve handling of unrecognized JSON schema |

0 commit comments

Comments
 (0)