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-config/init/src/main/resources/config/STANDARD_DESTINATION_DEFINITION/424892c4-daac-4491-b35d-c6688ba547ba.json
Copy file name to clipboardExpand all lines: airbyte-config/init/src/main/resources/config/STANDARD_DESTINATION_DEFINITION/f7a7d195-377f-cf5b-70a5-be6b819019dc.json
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-jdbc/src/main/java/io/airbyte/integrations/destination/jdbc/copy/s3/S3StreamCopier.java
+42-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ public S3StreamCopier(String stagingFolder,
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-redshift/src/main/java/io/airbyte/integrations/destination/redshift/RedshiftStreamCopier.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-snowflake/src/main/java/io/airbyte/integrations/destination/snowflake/SnowflakeS3StreamCopier.java
Copy file name to clipboardExpand all lines: docs/integrations/destinations/redshift.md
+1
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ See [docs](https://docs.aws.amazon.com/redshift/latest/dg/r_Character_types.html
107
107
108
108
| Version | Date | Pull Request | Subject |
109
109
| :------ | :-------- | :----- | :------ |
110
+
| 0.3.14 | 2021-10-08 |[5924](https://github.com/airbytehq/airbyte/pull/5924)| Fixed AWS S3 Staging COPY is writing records from different table in the same raw table |
110
111
| 0.3.13 | 2021-09-02 |[5745](https://github.com/airbytehq/airbyte/pull/5745)| Disable STATUPDATE flag when using S3 staging to speed up performance |
Copy file name to clipboardExpand all lines: docs/integrations/destinations/snowflake.md
+1
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,7 @@ Finally, you need to add read/write permissions to your bucket with that email.
189
189
190
190
| Version | Date | Pull Request | Subject |
191
191
| :------ | :-------- | :----- | :------ |
192
+
| 0.3.14 | 2021-09-08 |[#5924](https://github.com/airbytehq/airbyte/pull/5924)| Fixed AWS S3 Staging COPY is writing records from different table in the same raw table |
192
193
| 0.3.13 | 2021-09-01 |[#5784](https://github.com/airbytehq/airbyte/pull/5784)| Updated query timeout from 30 minutes to 3 hours |
193
194
| 0.3.12 | 2021-07-30 |[#5125](https://github.com/airbytehq/airbyte/pull/5125)| Enable `additionalPropertities` in spec.json |
194
195
| 0.3.11 | 2021-07-21 |[#3555](https://github.com/airbytehq/airbyte/pull/3555)| Partial Success in BufferedStreamConsumer |
0 commit comments