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
Source google sheets: fix full_refresh test by adding supported_sync_modes to Stream inistialization (#5951)
* added supported_sync_modes for AirbyteStream initialization to fic full_refresh test
* fix unit test with supported_sync_modes argument in AirbyteStream initialization
Copy file name to clipboardExpand all lines: airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/71607ba1-c0ac-4799-8049-7f4b90dd50f7.json
Copy file name to clipboardExpand all lines: docs/integrations/sources/google-sheets.md
+1
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ The Airbyte UI will ask for two things:
89
89
90
90
| Version | Date | Pull Request | Subject |
91
91
| :------ | :-------- | :----- | :------ |
92
+
| 0.2.5 | 2021-09-12 |[5972](https://github.com/airbytehq/airbyte/pull/5972)| Fix full_refresh test by adding supported_sync_modes to Stream initialization |
92
93
| 0.2.4 | 2021-08-05 |[5233](https://github.com/airbytehq/airbyte/pull/5233)| Fix error during listing sheets with diagram only |
93
94
| 0.2.3 | 2021-06-09 |[3973](https://github.com/airbytehq/airbyte/pull/3973)| Add AIRBYTE_ENTRYPOINT for Kubernetes support |
0 commit comments