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-integrations/connectors/destination-databricks/src/main/java/io/airbyte/integrations/destination/databricks/DatabricksStreamCopier.java
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/destination-gcs/src/main/java/io/airbyte/integrations/destination/gcs/avro/GcsAvroWriter.java
+7-1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ public class GcsAvroWriter extends BaseGcsWriter implements S3Writer {
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/destination-gcs/src/main/java/io/airbyte/integrations/destination/gcs/csv/GcsCsvWriter.java
+7-1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ public class GcsCsvWriter extends BaseGcsWriter implements S3Writer {
36
36
privatefinalMultiPartOutputStreamoutputStream;
37
37
privatefinalCSVPrintercsvPrinter;
38
38
privatefinalStringgcsCsvFileLocation; // this used in destination-bigquery (GCS upload type)
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/destination-gcs/src/main/java/io/airbyte/integrations/destination/gcs/jsonl/GcsJsonlWriter.java
+7-1
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ public class GcsJsonlWriter extends BaseGcsWriter implements S3Writer {
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/destination-gcs/src/main/java/io/airbyte/integrations/destination/gcs/parquet/GcsParquetWriter.java
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/destination-jdbc/src/main/java/io/airbyte/integrations/destination/jdbc/copy/CopyConsumerFactory.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class CopyConsumerFactory {
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/destination-jdbc/src/main/java/io/airbyte/integrations/destination/jdbc/copy/StreamCopier.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,8 @@ public interface StreamCopier {
61
61
/**
62
62
* Creates the staging file and all the necessary items to write data to this file.
63
63
*
64
-
* @return the name of the staging file
64
+
* @return A string that unqiuely identifies the file. E.g. the filename, or a unique suffix that is
0 commit comments