Skip to content

Commit

Permalink
🚨🚨 Source Mailchimp: Migrate to Low code (airbytehq#35281)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
  • Loading branch information
artem1205 authored and nurikk-sa committed Apr 4, 2024
1 parent 6fa725f commit 05c1ba1
Show file tree
Hide file tree
Showing 29 changed files with 1,366 additions and 1,649 deletions.
3 changes: 3 additions & 0 deletions airbyte-integrations/connectors/source-mailchimp/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[run]
omit =
source_mailchimp/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ acceptance_tests:
# for auth with oauth2 token
- config_path: "secrets/config_oauth.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
- config_path: "integration_tests/invalid_config_apikey.json"
status: "failed"
- config_path: "integration_tests/invalid_config_oauth.json"
status: "failed"
timeout_seconds: 300
discovery:
tests:
# for auth with API token
Expand All @@ -33,24 +30,15 @@ acceptance_tests:
empty_streams:
- name: "automations"
bypass_reason: "Cannot seed in free sandbox account, need to upgrade to paid account."
- config_path: "secrets/config_oauth.json"
expect_records:
path: "integration_tests/expected_records.jsonl"
fail_on_extra_columns: false
empty_streams:
- name: "automations"
bypass_reason: "Cannot seed in free sandbox account, need to upgrade to paid account."
incremental:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
future_state:
future_state_path: "integration_tests/state.json"
future_state_path: "integration_tests/abnormal_state.json"
# Email activities stream has working campaigns with email newsletters.
# Due to this sequential_reads test could be failed.
full_refresh:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog_without_email_activities.json"
- config_path: "secrets/config_oauth.json"
configured_catalog_path: "integration_tests/configured_catalog_without_email_activities.json"
Loading

0 comments on commit 05c1ba1

Please sign in to comment.