1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Commit Graph

38 Commits

Author SHA1 Message Date
Airbyte
d5cd0be4f4 🐙 source-zenloop: run up-to-date pipeline [2024-10-12] (#46780) 2024-10-13 03:21:07 +03:00
Airbyte
f0eb7abdf0 🐙 source-zenloop: run up-to-date pipeline [2024-10-05] (#46431) 2024-10-06 03:20:55 +03:00
Airbyte
01e3ceaaed 🐙 source-zenloop: run up-to-date pipeline [2024-09-28] (#46141) 2024-09-29 03:21:43 +03:00
Airbyte
64e140f33c 🐙 source-zenloop: run up-to-date pipeline [2024-09-21] (#45823) 2024-09-22 03:18:35 +03:00
Airbyte
95bef6141a 🐙 source-zenloop: run up-to-date pipeline [2024-09-14] (#45485) 2024-09-15 03:22:53 +03:00
Airbyte
deafa24048 🐙 source-zenloop: run up-to-date pipeline [2024-09-07] (#45249) 2024-09-08 03:20:49 +03:00
Airbyte
ef698aa1a0 🐙 source-zenloop: run up-to-date pipeline [2024-08-31] (#45044) 2024-09-01 03:19:20 +03:00
Airbyte
ff9d5253c7 🐙 source-zenloop: run up-to-date pipeline [2024-08-24] (#44680) 2024-08-25 03:19:55 +03:00
Airbyte
721c9f1332 🐙 source-zenloop: run up-to-date pipeline [2024-08-17] (#44334) 2024-08-18 03:17:58 +03:00
Augustin
5b70413e6c 🐙 source-zenloop: run up-to-date pipeline [2024-08-10] (#43647) 2024-08-11 02:19:49 +02:00
Augustin
d3316954bc 🐙 source-zenloop: run up-to-date pipeline [2024-08-03] (#43243) 2024-08-04 02:19:56 +02:00
Augustin
fbbd70b946 🐙 source-zenloop: run up-to-date pipeline [2024-07-27] (#42667) 2024-07-28 02:27:17 +02:00
Augustin
743c966070 🐙 source-zenloop: run up-to-date pipeline [2024-07-20] (#42215) 2024-07-21 02:26:10 +02:00
Augustin
2043eb5477 🐙 source-zenloop: run up-to-date pipeline [2024-07-13] (#41922) 2024-07-14 02:17:57 +02:00
Augustin
9513c3533c 🐙 source-zenloop: run up-to-date pipeline [2024-07-10] (#41514) 2024-07-11 02:21:07 +02:00
Augustin
08f38caaa1 🐙 source-zenloop: run up-to-date pipeline [2024-07-09] (#41144) 2024-07-10 02:23:38 +02:00
Augustin
de1cf95bfe 🐙 source-zenloop: run up-to-date pipeline [2024-07-06] (#40919) 2024-07-07 02:21:16 +02:00
Augustin
6856c79e71 🐙 source-zenloop: run up-to-date pipeline [2024-06-25] (#40421) 2024-06-26 02:21:10 +02:00
Augustin
3fb7296b1e 🐙 source-zenloop: run up-to-date pipeline [2024-06-22] (#40180) 2024-06-23 02:16:50 +02:00
Audrey Maldonado
b9690ba76e Wrapping changelog in details for a collapsible view (#38801) 2024-06-04 13:40:53 -04:00
Augustin
5a5ff93aa4 source-zenloop: [autopull] Upgrade base image to v1.2.1 (#38961) 2024-06-04 18:04:20 +02:00
Natik Gadzhi
cb80e6922a [tools] prettier rules for .md + formatting cleanup 2024-05-07 08:19:33 -07:00
Brian Leonard
28209fd743 source-zenloop: ensure inline schemas, updated cdk, poetry (where possible) (#37304) 2024-04-24 14:17:32 -07:00
Alexandre Girard
7c769ffe37 Upgrade zenloop to the latest version of the CDK (#36971)
Co-authored-by: Natik Gadzhi <natik@respawn.io>
Co-authored-by: Augustin <augustin@airbyte.io>
2024-04-10 17:00:20 -07:00
Maxime Carbonneau-Leclerc
baaabf4390 🐛 Source Zenloop: update CDK version to avoid bug introduced during data feed release (#27838)
* Update CDK version to fix bug

* Version bump
2023-06-29 14:45:17 -04:00
Maxime Carbonneau-Leclerc
9459b4ee1f 🐛 Source Zenloop: update following state management changes in the CDK (#27761)
* Update zenloop stream_slices

* Ensuring most recent CDK version

* Update version and changelogs

* Update changelogs

* Format

* flake8 cleanup
2023-06-29 08:45:55 -04:00
Maxime Carbonneau-Leclerc
37f04f7ba0 Source Zenloop: improve error message on state discrepancy (#27610)
* [ISSUE #26607] improve error message on state discrepancy

* trigger pipeline
2023-06-22 11:12:26 -04:00
Maxime Carbonneau-Leclerc
d9a5e2d873 🐛 Source zenloop: update to state per partition (#27556)
* [ISSUE #26581] per partition cursor

* [ISSUE #26581] format

* [ISSUE #26581] clean up state management

* [ISSUE #26581] improving Hashabledict

* [ISSUE #26581] format cdk

* [ISSUE #26581] fix tests

* [ISSUE #26581] code review from girarda

* Retrigger pipeline

* [ISSUE #26581] code review

* Automated Commit - Formatting Changes

* [ISSUE #26581] validation overlapping keys

* [ISSUE #26581] add typing

* [ISSUE #26581] code review

* [ISSUE #26607] zenloop migration (#27243)

* [ISSUE #26607] zenloop migration implementation without tests

* [ISSUE #26607] zenloop migration adding edge cases

* [ISSUE #26607] add cursor field for state

* [ISSUE #26607] update abnormal state

* [ISSUE #26607] ensure default state

* [ISSUE #26607] updating CATs state

* [ISSUE #26607] revert migrating cursor

* [ISSUE #26607] remove default cursor value

* [ISSUE #26607] improve error message

* [ISSUE #26607] changelog

---------

Co-authored-by: Augustin <augustin@airbyte.io>

* 🤖 Auto format source-zenloop code [skip ci]

* Automated Commit - Formatting Changes

* [ISSUE #26581] move partition serialization to JSON

* Revert "[ISSUE #26607] zenloop migration (#27243)"

This reverts commit 5c6f19b775.

* Revert "Revert "[ISSUE #26607] zenloop migration (#27243)""

This reverts commit e363fd6cb8.

* [ISSUE #26607] update zenloop version

* TMP specify cdk version

* [ISSUE #26607] do not lock zenloop airbyte_cdk version

* trigger pipeline

* Automated Commit - Formatting Changes

* trigger pipeline

---------

Co-authored-by: Augustin <augustin@airbyte.io>
Co-authored-by: octavia-squidington-iii <octavia-squidington-iii@users.noreply.github.com>
2023-06-22 08:42:20 -05:00
Brian Lai
52f83d4cda [source-monday] [source-square] [source-greenhouse] [source-tempo] [source-zenloop] fix a few connectors with failing custom component unit tests + release some connectors w/ beta (#23231)
* fix a few connectors with failing custom component unit tests

* fix outdated expected records

* make square orders stream incremental

* Updated square SAT and delete custom extractor for monday.

* Added allowedHosts

* Delete DpathStringExtractor from init

* Updated abnormal records

* bump versions of greenhouse, tempo, woocommerce, and zenloop to use beta low code version

* remove woocommerce because it's already published with beta

* add allowedHosts for tempo and zenloop

* fix abnormal state file to use created_at for some streams

* auto-bump connector version

* bump versions for square and monday

* auto-bump connector version

* auto-bump connector version

* manually update square definition generation due to failure

* auto-bump connector version

---------

Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-08 14:44:27 -05:00
Sophia Wiley
5512befeb1 Docs: updated links from .io to .com (#23652)
* updated links

* edited contributors link

* deleted line about CDK in docs
2023-03-06 17:27:55 +01:00
Arsen Losenko
6d6e008a95 Source Zenloop: Fix unhashable type in ZenloopSubstreamSlicer component (#22580)
* Source Zenloop: make stream_state_field hashable

* Update changelog

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-02-10 16:01:06 +02:00
Serhii Lazebnyi
17c767aac1 🎉Source Zenloop: migrate to lowcode (#19624)
* Migrate to lowcode

* Updated PR

* Updated configured catalog

* Updated to review

* Updated after review

* Add expected records

* Updated docs

* Updated docs

* Fix to linter check

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-12-09 23:56:16 +01:00
Augustin
ff4ea3961a Republish connectors using CDK 0.1.88 to 0.1.89 (#17304) 2022-09-28 18:18:59 +02:00
jablonskijakub
1c0d237cd5 Source Zenloop: add new stream properties (#15843)
* add new stream properties

* add PR number

* change additionalProperties to true

* revert bumoed version of an image, add json schema in the tests files, remove additionalProperties: true

* gradle build completed

* improve test acceptance quality, adjust the order of objects for the properties json schema

* delete reduntant configured_catalog, add json schema for all streams

* auto-bump connector version [ci skip]

Co-authored-by: Sajarin <sajarindider@gmail.com>
Co-authored-by: Marie Amelie Sandrock <marieamelie94@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-09-19 05:39:11 -04:00
Topher Lubaway
9c6c092a22 Revert "Improving docusaurus sidebar generation (#1927) (#14369)" (#14596)
This reverts commit a2c194a11f.
2022-07-11 15:27:14 -05:00
Mykyta Serbynevskiy
a2c194a11f Improving docusaurus sidebar generation (#1927) (#14369)
* Improving docusaurus sidebar generation (#1927)

* Added "Career & open positions" folder to sidebar, adjusted "Project overview" folder

* Deleted "career-and-open-positions" folder from sidebar
2022-07-08 14:18:27 -05:00
Augustin
9a54c4d281 🐛 Source Zenloop: re-add missing seed files (#8299) 2021-12-02 11:56:32 +01:00
AlexanderBatoulis
fd90c95e18 🎉 New Source: Zenloop (#7380) 2021-11-22 17:14:43 +01:00