Skip to content

Commit bbe9cde

Browse files
committed
remove todo
1 parent eefb4b9 commit bbe9cde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

airbyte-cdk/java/airbyte-cdk/s3-destinations/src/main/java/io/airbyte/cdk/integrations/destination/s3/csv/StagingDatabaseCsvSheetGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public List<Object> getDataRow(final UUID id, final String formattedString, fina
6262
if (useDestinationsV2Columns) {
6363
return List.of(
6464
id,
65-
// TODO check that this is safe to apply to ALL destinations
6665
Instant.ofEpochMilli(emittedAt),
6766
"",
6867
formattedString);

0 commit comments

Comments
 (0)