1
0
mirror of synced 2026-01-05 12:05:28 -05:00
Commit Graph

18 Commits

Author SHA1 Message Date
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
Joe Reuter
6a10ae3e05 Rename source acceptance test to connector acceptance test (#21846)
Rename source acceptance test to connector acceptance test
2023-02-02 11:38:19 +01: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
Brian Lai
3521802545 Update Python Source connectors to use the latest airbyte-cdk minor version (#18261)
* update all connectors currently only adhering to patch versions to pull latest minor version

* also add greenhouse

* fix scaffolds
2022-10-20 16:06:02 -04: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
Anna Lvova
d09829b21c 🎉 Source Mailchimp: support oauth flow (#7159)
* add mailchimp oauth support

* add PR

* fix creds

* upd spec

* format

* upd creds

* upd auth for different creds

* rename creds

* rename creds

* change ref in campaigns.json

* upd timeout_seconds

* merge

* add oauth java part

* add java test

* bump version

* update spec

* add anotation

* upd spec

* upd spec

* upd

* upd tests

* format

* upd

* upd

* add state

* add invalid_config

* bump version

* format
2022-01-17 12:20:58 +02:00
VitaliiMaltsev
faa4d9a3c0 🎉 Source Mailchimp: updated Mailchimp schemas (#7975)
* create mailchimp schemas

* remove star import

* refactoring

* resolve merge conflicts

* update mailchimp cdk version

* revert changes from JsonToAvroSchemaConverter

* revert changes from JsonToAvroSchemaConverter

* bump Source Mailchimp

Co-authored-by: vmaltsev <vitalii.maltsev@globallogic.com>
2021-12-13 11:36:01 +02: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
Davin Chia
9460cb4422 Update all of Pydantic to 1.6.2 per Dependabot. (#3408)
* Update all to 1.6.2.

* Publish new airbyte-cdk version.

* Use repr instead of str for exceptions.

* Use rc.

* Edit test.

* Bump for SAT.

* Format.
2021-05-14 16:44:49 +08: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
Sherif A. Nada
2139a9656b Cleanup Python packages (#2440) 2021-03-15 01:24:21 -07:00
Sherif A. Nada
eb8639b596 Incremental mailchimp (#1080) 2020-11-25 13:53:34 -08:00
Yevhenii
16c5536426 Issue #1016: resolve tag #ref for mailchimp schemas (#1069) 2020-11-24 09:02:04 -08:00
Yevhenii
2bd8c3c850 Mailchimp (#906) 2020-11-12 10:49:42 -08:00