1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Commit Graph

13 Commits

Author SHA1 Message Date
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