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
| 0.36.6 | 2024-06-05 |[\#39106](https://github.com/airbytehq/airbyte/pull/39106)| Skip write to storage with 0 byte file |
177
178
| 0.36.5 | 2024-06-01 |[\#38792](https://github.com/airbytehq/airbyte/pull/38792)| Throw config exception if no selectable table exists in user provided schemas |
178
179
| 0.36.4 | 2024-05-31 |[\#38824](https://github.com/airbytehq/airbyte/pull/38824)| Param marked as non-null to nullable in JdbcDestinationHandler for NPE fix |
179
180
| 0.36.2 | 2024-05-29 |[\#38538](https://github.com/airbytehq/airbyte/pull/38357)| Exit connector when encountering a config error. |
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/s3-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/staging/operation/StagingStreamOperations.kt
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,11 @@ class StagingStreamOperations<DestinationState : MinimumDestinationState>(
50
50
log.info {
51
51
"Buffer flush complete for stream ${streamConfig.id.originalName} (${FileUtils.byteCountToDisplaySize(it.byteCount)}) to staging"
0 commit comments