1
0
mirror of synced 2025-12-23 21:03:15 -05:00

🎉 Source Shopify - change the default stream cursor_field to 'updated_at' where possible (#4472)

#4472 - Source Shopify - change the default stream cursor_field to 'updated_at' where possible

Co-authored-by: Oleksandr Bazarnov <oleksandr.bazarnov@globallogic.com>
This commit is contained in:
Oleksandr
2021-07-05 15:42:35 +03:00
committed by GitHub
parent d382d1bb96
commit 9517fae702
10 changed files with 284 additions and 172 deletions

View File

@@ -61,6 +61,7 @@ Shopify has some [rate limit restrictions](https://shopify.dev/concepts/about-ap
| Version | Date | Pull Request | Subject |
| :------ | :-------- | :----- | :------ |
| 0.1.9 | 2021-07-04 | [4472](https://github.com/airbytehq/airbyte/pull/4472) | Incremental sync is now using updated_at instead of since_id by default |
| 0.1.8 | 2021-06-29 | [4121](https://github.com/airbytehq/airbyte/pull/4121) | Add draft orders stream |
| 0.1.7 | 2021-06-26 | [4290](https://github.com/airbytehq/airbyte/pull/4290) | Fixed the bug when limiting output records to 1 caused infinity loop |
| 0.1.6 | 2021-06-24 | [4009](https://github.com/airbytehq/airbyte/pull/4009) | Add pages, price rules and discount codes streams |