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/java/airbyte-cdk/core/src/main/kotlin/io/airbyte/cdk/integrations/destination/async/function/DestinationFlushFunction.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/jdbc/JdbcBufferedConsumerFactory.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/jdbc/JdbcInsertFlushFunction.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/jdbc/JdbcSqlOperations.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/jdbc/SqlOperationsUtils.kt
+1-4
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ import java.sql.SQLException
14
14
importjava.sql.Timestamp
15
15
importjava.time.Instant
16
16
importjava.util.*
17
-
importjava.util.function.Consumer
18
17
importjava.util.function.Supplier
19
18
20
19
object SqlOperationsUtils {
@@ -111,9 +110,7 @@ object SqlOperationsUtils {
111
110
// default
112
111
for (partition inIterables.partition(records, 10000)) {
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/jdbc/copy/CopyConsumerFactory.kt
+25-21
Original file line number
Diff line number
Diff line change
@@ -47,22 +47,26 @@ object CopyConsumerFactory {
47
47
48
48
val pairToIgnoredRecordCount:MutableMap<AirbyteStreamNameNamespacePair, Long> =HashMap()
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/jdbc/copy/SwitchingDestination.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ open class SwitchingDestination<T : Enum<T>>(
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/jdbc/typing_deduping/JdbcDestinationHandler.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ abstract class JdbcDestinationHandler<DestinationState>(
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/staging/GeneralStagingFunctions.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/staging/SerialFlush.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/staging/SerialStagingConsumerFactory.kt
+3-2
Original file line number
Diff line number
Diff line change
@@ -155,9 +155,10 @@ open class SerialStagingConsumerFactory {
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/gcs-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/gcs/BaseGcsDestination.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/gcs-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/gcs/GcsDestinationConfig.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/gcs-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/gcs/GcsStorageOperations.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/gcs-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/gcs/csv/GcsCsvWriter.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/gcs-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/gcs/parquet/GcsParquetWriter.kt
+1
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ class GcsParquetWriter(
65
65
val formatConfig = config.formatConfig asUploadParquetFormatConfig
0 commit comments