1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Commit Graph

27 Commits

Author SHA1 Message Date
Dhroov Makwana
e2424a351f feat(source-mailchimp) migrate to manifest only (#62868)
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Christo Grabowski <108154848+ChristoGrab@users.noreply.github.com>
Co-authored-by: ChristoGrab <christo.grab@gmail.com>
2025-07-16 11:30:15 -04:00
Aaron ("AJ") Steers
83ecbe0fc3 CI: apply pre-commit format fix from #49806 (#49852) 2024-12-18 14:05:43 -08:00
Artem Inzhyyants
54867c80e5 refactor(source-MailChimp): use client_side_incremental feature (#38868)
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
2024-06-18 17:35:11 +02:00
Artem Inzhyyants
02add5b12a 🚨🚨 Source Mailchimp: Migrate to Low code (#35281)
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
2024-04-01 15:30:44 +02:00
Christo Grabowski
8d33e38589 Source Mailchimp: Add optional start_date to config (#32852) 2023-12-20 16:59:50 -05:00
Christo Grabowski
3ade71da10 🚨🚨🐛 Source Mailchimp: Multiple schema updates and fixes (#32836) 2023-12-19 17:41:04 -05:00
Christo Grabowski
aeb2e63509 Source Mailchimp: Implement SegmentMembers stream (#32782) 2023-11-28 12:32:44 -08:00
Christo Grabowski
57a307540c Source Mailchimp: Add Interests, InterestCategories, Tags streams (#32218) 2023-11-28 12:32:44 -08:00
Christo Grabowski
4e51b7d645 Source Mailchimp: Handle empty fields in Reports stream (#32543) 2023-11-17 12:04:54 -05:00
Christo Grabowski
ef95ef614a 🐛 Source Mailchimp: Connection Check Error Handling (#32466) 2023-11-14 14:18:40 -05:00
Christo Grabowski
b395b66527 Source Mailchimp: Add ListMembers stream (#32032) 2023-11-01 10:56:41 -04:00
Christo Grabowski
22a454b51b Source Mailchimp: add availability strategy (#31940)
Co-authored-by: ChristoGrab <ChristoGrab@users.noreply.github.com>
2023-10-30 12:05:54 -04:00
Christo Grabowski
521f8544e1 Source Mailchimp: Add Segments stream (#31922)
Co-authored-by: ChristoGrab <ChristoGrab@users.noreply.github.com>
2023-10-30 11:08:39 -04:00
Christo Grabowski
bb74c4e7b6 Source Mailchimp: add new stream Unsubscribes (#31675)
Co-authored-by: ChristoGrab <ChristoGrab@users.noreply.github.com>
2023-10-25 08:50:33 -04:00
Artem Inzhyyants
b5bc65276c Source Mailchimp: handle unknown error in EmailActivity (#25717)
* Source Mailchimp: handle unknown error in EmailActivity

* Source Mailchimp: update docs

* Source Mailchimp: refactor

* auto-bump connector version

---------

Co-authored-by: Baz <oleksandr.bazarnov@globallogic.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-05-03 14:18:53 +02:00
btkcodedev
f6bd91018b 🎉Source MailChimp: New Stream Automations (#23290)
* bump connector version

* Source: MailChimp, New Stream Automations

* fix: Schema error fix

* Fixes formatting.

* fix: Fixed acceptance test schema errors

* fix: Update schema, update dockerlabel

* refactor: Update docs

* refactor: Update DockerVersionTag

* fix: Update EOF and configured catalog

* fix: Schema, Update docs

* fix: Schema on catalog

* fix: update DocketVersionTag

* fix: schema, update docs, bump docker version

* fix: spec, update doc in streams.py

* fix: schema compatability for null

* update connector version to 0.4.0

* Update Dockerfile

* recreate source spec

* restore source spec form main

* rollback source spec from main

* source spec

* run gradle config seed

* fix schema and remove unused code

* fix docs

* bump connector seed file versino

* auto-bump connector version

---------

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: nataly <nataly@airbyte.io>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2023-04-24 15:07:18 -03:00
Marcos Marx
133077797d Source Mailchimp - Add Reports stream #23464 (#24112)
* init commit

* update doc

* add reports stream

* Bump mailchimps connector docker image

* fix tests

* update abnormal stream state for report mailchimp

* add mailchimp allowedHosts

* run config seed files

---------

Co-authored-by: Haithem Souala <haithem.souala@melting-point.fr>
Co-authored-by: Haithem Souala <haithem.souala@woopit.fr>
2023-03-15 16:27:19 -03:00
Cole Snodgrass
2e099acc52 update headers from 2022 -> 2023 (#22594)
* It's 2023!

* 2022 -> 2023

---------

Co-authored-by: evantahler <evan@airbyte.io>
2023-02-08 13:01:16 -08:00
Denys Davydov
86157be611 Source Mailchimp - fix the way request params are built (#20765)
* 1058 source mailchimp - fix the way request params are built

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-09 22:30:50 +01:00
Marcos Marx
dca2256a7c Bump 2022 license version (#13233)
* Bump year in license short to 2022

* remove protocol from cdk
2022-05-26 15:00:42 -03:00
Anna Lvova
686e9edf12 Source Mailchimp: unit tests (#11632)
* add tests

* up

* up

* add tests

* add test for EmailActivity

* upd test requirements

* upd test requirements

* upd tests

* format

* mock request for ConnectionError

* fix test

* add timeout

* remove default from spec

* remove enum from oneOf

* bump version

* bump version

* bump version

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-04-12 10:54:02 +03:00
Michel Tricot
1773e41e47 Shorten our headers + adds contributors file (#6478) 2021-09-27 10:45:50 -07:00
vovavovavovavova
b8e050e1ec Source Mailchimp: Get Member activities (#3415)
* add logic for new stream: email activities (campaign dependent)

* de-duplicate pagination logic

* MailChimp: CDK version (before acceptance test)

* add test files

* applying requested changes + incremental for email reports (requested)

* no-formatted test modification

* save changes for test

* upd tests + build

* update accordinately to requested changes + readme

* restore original READMe & update mailchimps

* upd requested changes

* rm metadata _links from schemas

* rm links from configured_catalog

* fixup unittest

* requested changes from Sherif

* upd: describe why acceptance tests are commented for incremental

* bump version
2021-05-27 13:37:16 +03:00
Charles
0df53170c9 Stop formatting python with spotless (#3388) 2021-05-13 17:46:34 -07:00
Davin Chia
f660b0a946 Add template generation for Santa aka CDK. (#3034)
Template generation for new Source using the Santa CDK - provide basic scaffolding for someone implementing a new source.

General approach is to buff up comments in the original SDK, and add TODOs with secondary comments in the generated stub methods, as well as links to existing examples (e.g. Stripe or ExchangeRate api) users can look at.

Checked in and added tests for the generated modules.
2021-04-25 18:02:33 +08:00
Charles
f445fdb5b2 match styling for spotlessApply and format (#3017)
* as a java developer I want to be able to run spotlessApply without changing styles in python code
2021-04-23 09:21:41 -07:00
Yevhenii
2bd8c3c850 Mailchimp (#906) 2020-11-12 10:49:42 -08:00