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
Copy file name to clipboardExpand all lines: airbyte-cdk/bulk/toolkits/extract-jdbc/src/main/kotlin/io/airbyte/cdk/read/JdbcPartitionsCreatorFactory.kt
+2-3
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
packageio.airbyte.cdk.read
6
6
7
7
importio.airbyte.cdk.command.OpaqueStateValue
8
+
importio.airbyte.cdk.jdbc.JDBC_PROPERTY_PREFIX
8
9
importio.micronaut.context.annotation.Requires
9
10
importjakarta.inject.Singleton
10
11
@@ -68,6 +69,4 @@ class JdbcConcurrentPartitionsCreatorFactory<
Copy file name to clipboardExpand all lines: airbyte-cdk/bulk/toolkits/extract-jdbc/src/test/kotlin/io/airbyte/cdk/read/DefaultJdbcPartitionFactoryTest.kt
+8-7
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ package io.airbyte.cdk.read
6
6
7
7
importio.airbyte.cdk.data.IntCodec
8
8
importio.airbyte.cdk.data.LocalDateCodec
9
+
importio.airbyte.cdk.jdbc.DefaultJdbcConstants
9
10
importio.airbyte.cdk.output.InvalidCursor
10
11
importio.airbyte.cdk.output.InvalidPrimaryKey
11
12
importio.airbyte.cdk.output.ResetStream
@@ -51,7 +52,7 @@ class DefaultJdbcPartitionFactoryTest {
0 commit comments