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/test/kotlin/io/airbyte/cdk/integrations/base/AirbyteExceptionHandlerTest.kt
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
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/JdbcV1V2Migrator.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/s3-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/s3/jsonl/UploadJsonlFormatConfig.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/typing-deduping/src/test/kotlin/io/airbyte/integrations/base/destination/typing_deduping/DefaultTyperDeduperTest.kt
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/typing-deduping/src/test/kotlin/io/airbyte/integrations/base/destination/typing_deduping/DestinationV1V2MigratorTest.kt
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors-performance/destination-harness/src/main/java/io/airbyte/integrations/destination_performance/Main.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors-performance/destination-harness/src/main/java/io/airbyte/integrations/destination_performance/PerformanceHarness.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -50,17 +50,18 @@
50
50
importjava.util.Set;
51
51
importjava.util.concurrent.CompletableFuture;
52
52
importjava.util.regex.Pattern;
53
-
importlombok.extern.slf4j.Slf4j;
53
+
importorg.slf4j.Logger;
54
+
importorg.slf4j.LoggerFactory;
54
55
55
56
/**
56
57
* This is a crude copy of {@link io.airbyte.workers.general.DefaultReplicationWorker} where if that
57
58
* class changes this class will need to be updated to match as this class mocks the functionality
58
59
* of the platform from the perspectives of the platform communicating with the destination by
59
60
* sending AirbyteRecordMessages the same way platform pipes data into the destination
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors-performance/source-harness/src/main/java/io/airbyte/integrations/source_performance/Main.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors-performance/source-harness/src/main/java/io/airbyte/integrations/source_performance/PerformanceTest.java
0 commit comments