Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸŽ‰ Source Mailchimp: support oauth flow #7159

Merged
merged 38 commits into from
Jan 17, 2022

Conversation

annalvova05
Copy link
Contributor

@annalvova05 annalvova05 commented Oct 19, 2021

What

Add Mailchimp OAuth support.
mailchimp_1
mailchimp_2
mailchimp_3

Java oAuth tests are passed.
mailchimp_4

How

Change spec.json and source.py

Recommended reading order

  1. spec.json
  2. source.py
  3. MailchimpOAuthFlow.java

Pre-merge Checklist

Expand the relevant checklist and delete the others.

Updating a connector

Community member or Airbyter

  • Grant edit access to maintainers (instructions)
  • Secrets in the connector's spec are annotated with airbyte_secret
  • Unit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run ./gradlew :airbyte-integrations:connectors:<name>:integrationTest.
  • Code reviews completed
  • Documentation updated
    • Connector's README.md
    • Connector's bootstrap.md. See description and examples
    • Changelog updated in docs/integrations/<source or destination>/<name>.md including changelog. See changelog example
  • PR name follows PR naming conventions
  • Connector version bumped like described here

Airbyter

If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.

  • Create a non-forked branch based on this PR and test the below items on it
  • Build is successful
  • Credentials added to Github CI. Instructions.
  • /test connector=connectors/<name> command is passing.
  • New Connector version released on Dockerhub by running the /publish command described here


This change is Reviewable

@annalvova05 annalvova05 self-assigned this Oct 19, 2021
@github-actions github-actions bot added area/connectors Connector related issues area/documentation Improvements or additions to documentation labels Oct 19, 2021
@annalvova05 annalvova05 linked an issue Oct 19, 2021 that may be closed by this pull request
1 task
@annalvova05 annalvova05 temporarily deployed to more-secrets October 19, 2021 11:42 Inactive
@annalvova05 annalvova05 temporarily deployed to more-secrets October 19, 2021 11:55 Inactive
@annalvova05 annalvova05 temporarily deployed to more-secrets October 19, 2021 16:27 Inactive
@annalvova05
Copy link
Contributor Author

annalvova05 commented Oct 27, 2021

/test connector=connectors/source-mailchimp

πŸ•‘ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1389344915
❌ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1389344915
πŸ›

@jrhizor jrhizor temporarily deployed to more-secrets October 27, 2021 08:52 Inactive
@annalvova05 annalvova05 temporarily deployed to more-secrets October 27, 2021 10:51 Inactive
@annalvova05
Copy link
Contributor Author

annalvova05 commented Oct 27, 2021

/test connector=connectors/source-mailchimp

πŸ•‘ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1389956499
❌ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1389956499
πŸ›

@annalvova05 annalvova05 temporarily deployed to more-secrets October 27, 2021 11:49 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets October 27, 2021 11:50 Inactive
@annalvova05
Copy link
Contributor Author

annalvova05 commented Oct 27, 2021

/test connector=connectors/source-mailchimp

πŸ•‘ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1390066099
❌ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1390066099
πŸ›

@annalvova05 annalvova05 temporarily deployed to more-secrets October 27, 2021 12:19 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets October 27, 2021 12:21 Inactive
@annalvova05 annalvova05 temporarily deployed to more-secrets October 27, 2021 12:40 Inactive
@annalvova05
Copy link
Contributor Author

annalvova05 commented Oct 27, 2021

/test connector=connectors/source-mailchimp

πŸ•‘ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1390145050
❌ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1390145050
πŸ› https://gradle.com/s/j5bqeo3thcyne

@jrhizor jrhizor temporarily deployed to more-secrets October 27, 2021 12:42 Inactive
@annalvova05 annalvova05 marked this pull request as ready for review January 12, 2022 13:41
@annalvova05 annalvova05 temporarily deployed to more-secrets January 13, 2022 10:25 Inactive
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 13, 2022 10:26 Inactive
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 13, 2022 13:14 Inactive
@annalvova05
Copy link
Contributor Author

annalvova05 commented Jan 13, 2022

/test connector=connectors/source-mailchimp

πŸ•‘ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1693054001
❌ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1693054001
πŸ› https://gradle.com/s/okk63u7co6gqa
Python short test summary info:

=========================== short test summary info ============================
FAILED test_full_refresh.py::TestFullRefresh::test_sequential_reads[inputs0]
SKIPPED [1] ../usr/local/lib/python3.7/site-packages/source_acceptance_test/plugin.py:56: Skipping TestIncremental.test_two_sequential_reads because not found in the config
============= 1 failed, 25 passed, 1 skipped in 1175.95s (0:19:35) =============

@annalvova05 annalvova05 temporarily deployed to more-secrets January 13, 2022 14:01 Inactive
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 13, 2022 14:02 Inactive
@annalvova05
Copy link
Contributor Author

annalvova05 commented Jan 14, 2022

/test connector=connectors/source-mailchimp

πŸ•‘ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1696907949
βœ… connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1696907949
Python tests coverage:

	 ---------- coverage: platform linux, python 3.8.10-final-0 -----------
	 Name                                                 Stmts   Miss  Cover
	 ------------------------------------------------------------------------
	 source_acceptance_test/__init__.py                       2      0   100%
	 source_acceptance_test/base.py                          10      4    60%
	 source_acceptance_test/config.py                        74      6    92%
	 source_acceptance_test/conftest.py                     109    109     0%
	 source_acceptance_test/plugin.py                        47     47     0%
	 source_acceptance_test/tests/__init__.py                 4      0   100%
	 source_acceptance_test/tests/test_core.py              242     96    60%
	 source_acceptance_test/tests/test_full_refresh.py       38      0   100%
	 source_acceptance_test/tests/test_incremental.py        69     38    45%
	 source_acceptance_test/utils/__init__.py                 6      0   100%
	 source_acceptance_test/utils/asserts.py                 37      2    95%
	 source_acceptance_test/utils/common.py                  54     17    69%
	 source_acceptance_test/utils/compare.py                 62     23    63%
	 source_acceptance_test/utils/connector_runner.py       110     48    56%
	 source_acceptance_test/utils/json_schema_helper.py     115     14    88%
	 ------------------------------------------------------------------------
	 TOTAL                                                  979    404    59%
	 ---------- coverage: platform linux, python 3.8.10-final-0 -----------
	 Name                                   Stmts   Miss  Cover
	 ----------------------------------------------------------
	 source_mailchimp/__init__.py               2      0   100%
	 source_mailchimp/models/__init__.py        1      1     0%
	 source_mailchimp/models/mailchimp.py       7      7     0%
	 source_mailchimp/source.py                45     14    69%
	 source_mailchimp/streams.py              103     61    41%
	 ----------------------------------------------------------
	 TOTAL                                    158     83    47%

Python short test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.7/site-packages/source_acceptance_test/plugin.py:56: Skipping TestIncremental.test_two_sequential_reads because not found in the config
================== 26 passed, 1 skipped in 1084.15s (0:18:04) ==================

@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 14, 2022 09:02 Inactive
@antixar
Copy link
Contributor

antixar commented Jan 14, 2022

@annalvova05 , Please publish your changes

@annalvova05
Copy link
Contributor Author

annalvova05 commented Jan 14, 2022

/publish connector=connectors/source-mailchimp

πŸ•‘ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1697289188
❌ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1697289188

@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 14, 2022 10:45 Inactive
@annalvova05
Copy link
Contributor Author

annalvova05 commented Jan 14, 2022

/publish connector=connectors/source-mailchimp

πŸ•‘ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1697404722
❌ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1697404722

@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 14, 2022 11:15 Inactive
@annalvova05
Copy link
Contributor Author

annalvova05 commented Jan 17, 2022

/publish connector=connectors/source-mailchimp

πŸ•‘ connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1707170609
βœ… connectors/source-mailchimp https://github.com/airbytehq/airbyte/actions/runs/1707170609

@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 17, 2022 09:21 Inactive
@annalvova05 annalvova05 temporarily deployed to more-secrets January 17, 2022 10:02 Inactive
@annalvova05 annalvova05 merged commit d09829b into master Jan 17, 2022
@annalvova05 annalvova05 deleted the alvova/6273-add-oauth-implementation branch January 17, 2022 10:21
@annalvova05 annalvova05 temporarily deployed to more-secrets January 17, 2022 10:21 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source Mailchimp: support oauth
5 participants