-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Respect sync mode regardless of input state in mailchimp #1213
Conversation
/test connector=source-mailchimp
|
entity_map = { | ||
"Lists": client.lists, | ||
"Campaigns": client.campaigns, | ||
} | ||
|
||
for record in entity_map[stream](state=state): | ||
stream_name = configured_stream.stream.name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was the only change really needed
/test connector=source-mailchimp
|
...ource-test/src/main/java/io/airbyte/integrations/standardtest/source/StandardSourceTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
...ource-test/src/main/java/io/airbyte/integrations/standardtest/source/StandardSourceTest.java
Show resolved
Hide resolved
should we add a test to the StandardTests to catch this case? Can happen separately. If you think it is worth doing would you mind creating an issue for it and putting it into the next sprint? maybe tricky with the current iface, but it would be good track it i think. |
No description provided.