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
* Use stream transfer manager in check command
* Refactor code
* Move the check method to s3 destination
* Bump versions
* Revert s3 version bump
* Bump gcs version in seed
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-gcs/src/main/java/io/airbyte/integrations/destination/gcs/GcsDestination.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-s3/src/main/java/io/airbyte/integrations/destination/s3/S3Destination.java
Copy file name to clipboardExpand all lines: docs/integrations/destinations/gcs.md
+1
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,7 @@ Under the hood, an Airbyte data stream in Json schema is first converted to an A
229
229
230
230
| Version | Date | Pull Request | Subject |
231
231
| :--- | :--- | :--- | :--- |
232
+
| 0.1.21 | 2022-02-12 | [\#10299](https://github.com/airbytehq/airbyte/pull/10299) | Fix connection check to require only the necessary permissions. |
232
233
| 0.1.20 | 2022-01-11 | [\#9367](https://github.com/airbytehq/airbyte/pull/9367) | Avro & Parquet: support array field with unknown item type; default any improperly typed field to string. |
233
234
| 0.1.19 | 2022-01-10 | [\#9121](https://github.com/airbytehq/airbyte/pull/9121) | Fixed check method for GCS mode to verify if all roles assigned to user |
0 commit comments