Skip to content

Commit ace4e82

Browse files
authored
Destination CDK: Make DAT open to disable for iceberg (#45602)
1 parent 91013e1 commit ace4e82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.44.22
1+
version=0.44.23

airbyte-cdk/java/airbyte-cdk/db-destinations/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/destination/DestinationAcceptanceTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ abstract class DestinationAcceptanceTest(
16021602

16031603
@Test
16041604
@Throws(Exception::class)
1605-
fun testAirbyteFields() {
1605+
open fun testAirbyteFields() {
16061606
val configuredCatalog =
16071607
Jsons.deserialize(
16081608
MoreResources.readResource("v0/users_with_generation_id_configured_catalog.json"),

0 commit comments

Comments
 (0)