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-jdbc/src/main/java/io/airbyte/integrations/destination/jdbc/copy/s3/LegacyS3StreamCopierFactory.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-jdbc/src/test/java/io/airbyte/integrations/destination/jdbc/copy/s3/LegacyS3StreamCopierTest.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-redshift/src/main/resources/spec.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,12 @@
54
54
"description": "The name of the staging S3 bucket to use if utilising a COPY strategy. COPY is recommended for production workloads for better speed and scalability. See <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/c_loading-data-best-practices.html\">AWS docs</a> for more details.",
55
55
"examples": ["airbyte.staging"]
56
56
},
57
+
"s3_bucket_path": {
58
+
"title": "S3 Bucket Path",
59
+
"type": "string",
60
+
"description": "The directory under the S3 bucket where data will be written.",
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-s3/src/main/java/io/airbyte/integrations/destination/s3/S3DestinationConfig.java
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,4 +135,17 @@ public AmazonS3 getS3Client() {
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-s3/src/main/java/io/airbyte/integrations/destination/s3/csv/S3CsvFormatConfig.java
0 commit comments