1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🎉 Redshift & snowflake sources: emit state messages more frequently (#16258)

* Emit more state messages in redshift source

* Emit more state messages in snowflake source

* auto-bump connector version [ci skip]

* Use random schema name in integration test

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
Liren Tu
2022-09-01 22:57:27 -07:00
committed by GitHub
parent c3f3702522
commit 29cef6635f
9 changed files with 25 additions and 8 deletions

View File

@@ -122,6 +122,7 @@ To read more please check official [Snowflake documentation](https://docs.snowfl
| Version | Date | Pull Request | Subject |
|:----------| :--- | :--- | :--- |
| 0.1.20 | 2022-09-01 | [16258](https://github.com/airbytehq/airbyte/pull/16258) | Emit state messages more frequently |
| 0.1.19 | 2022-08-19 | [15797](https://github.com/airbytehq/airbyte/pull/15797) | Allow using role during oauth |
| 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 |
| 0.1.17 | 2022-08-09 | [15314](https://github.com/airbytehq/airbyte/pull/15314) | Discover integer columns as integers rather than floats |