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
* Bump up snowflake source version
Changes were made in this PR to fix a bug when new data is inserted at the same time the sync starts. However, they were never published
#15535
* auto-bump connector version
Co-authored-by: Octavia Squidington III <[email protected]>
Copy file name to clipboardExpand all lines: docs/integrations/sources/snowflake.md
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -120,29 +120,29 @@ To read more please check official [Snowflake documentation](https://docs.snowfl
120
120
121
121
## Changelog
122
122
123
-
| Version | Date | Pull Request | Subject |
124
-
|:----------|:---| :--- | :--- |
125
-
|| 2022-10-13|[15535](https://github.com/airbytehq/airbyte/pull/16238)| Update incremental query to avoid data missing when new data is inserted at the same time as a sync starts under non-CDC incremental mode |
| 0.1.22 | 2022-09-21 |[16766](https://github.com/airbytehq/airbyte/pull/16766)| Update JDBC Driver version to 3.13.22 |
129
-
| 0.1.21 | 2022-09-14 |[15668](https://github.com/airbytehq/airbyte/pull/15668)| Wrap logs in AirbyteLogMessage |
130
-
| 0.1.20 | 2022-09-01 |[16258](https://github.com/airbytehq/airbyte/pull/16258)| Emit state messages more frequently |
131
-
| 0.1.19 | 2022-08-19 |[15797](https://github.com/airbytehq/airbyte/pull/15797)| Allow using role during oauth |
132
-
| 0.1.18 | 2022-08-18 |[14356](https://github.com/airbytehq/airbyte/pull/14356)| DB Sources: only show a table can sync incrementally if at least one column can be used as a cursor field |
133
-
| 0.1.17 | 2022-08-09 |[15314](https://github.com/airbytehq/airbyte/pull/15314)| Discover integer columns as integers rather than floats |
134
-
| 0.1.16 | 2022-08-04 |[15314](https://github.com/airbytehq/airbyte/pull/15314)| (broken, do not use) Discover integer columns as integers rather than floats |
135
-
| 0.1.15 | 2022-07-22 |[14828](https://github.com/airbytehq/airbyte/pull/14828)| Source Snowflake: Source/Destination doesn't respect DATE data type |
| 0.1.9 | 2022-02-21 |[10242](https://github.com/airbytehq/airbyte/pull/10242)| Fixed cursor for old connectors that use non-microsecond format. Now connectors work with both formats |
|0.1.25 | 2022-11-10|[15535](https://github.com/airbytehq/airbyte/pull/15535)| Update incremental query to avoid data missing when new data is inserted at the same time as a sync starts under non-CDC incremental mode |
| 0.1.22 | 2022-09-21 |[16766](https://github.com/airbytehq/airbyte/pull/16766)| Update JDBC Driver version to 3.13.22 |
129
+
| 0.1.21 | 2022-09-14 |[15668](https://github.com/airbytehq/airbyte/pull/15668)| Wrap logs in AirbyteLogMessage |
130
+
| 0.1.20 | 2022-09-01 |[16258](https://github.com/airbytehq/airbyte/pull/16258)| Emit state messages more frequently |
131
+
| 0.1.19 | 2022-08-19 |[15797](https://github.com/airbytehq/airbyte/pull/15797)| Allow using role during oauth |
132
+
| 0.1.18 | 2022-08-18 |[14356](https://github.com/airbytehq/airbyte/pull/14356)| DB Sources: only show a table can sync incrementally if at least one column can be used as a cursor field |
133
+
| 0.1.17 | 2022-08-09 |[15314](https://github.com/airbytehq/airbyte/pull/15314)| Discover integer columns as integers rather than floats |
134
+
| 0.1.16 | 2022-08-04 |[15314](https://github.com/airbytehq/airbyte/pull/15314)| (broken, do not use) Discover integer columns as integers rather than floats |
135
+
| 0.1.15 | 2022-07-22 |[14828](https://github.com/airbytehq/airbyte/pull/14828)| Source Snowflake: Source/Destination doesn't respect DATE data type |
| 0.1.9 | 2022-02-21 |[10242](https://github.com/airbytehq/airbyte/pull/10242)| Fixed cursor for old connectors that use non-microsecond format. Now connectors work with both formats |
0 commit comments