Skip to content

Commit

Permalink
chore: format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristoGrab committed Dec 20, 2023
1 parent f6953e3 commit aa2b6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def get_filter_date(start_date: str, state_date: str) -> str:
# Return the max of the two dates if both are present. Otherwise return whichever is present, or None.
if start_date_parsed or state_date_parsed:
return max(filter(None, [start_date_parsed, state_date_parsed]), default=None)

def filter_old_records(self, records: Iterable, filter_date) -> Iterable:
"""
Filters out records with older cursor_values than the filter_date.
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/mailchimp.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For more information on Mailchimp API Keys, please refer to the [official Mailch

<!-- /env:oss -->

6. (Optional) You may optionally provide an **Incremental Sync Start Date** using the provided datepicker, or by programmatically entering a UTC date-time in the format `YYYY-MM-DDThh:mm:ss.sssZ`. If set, only data generated on or after the configured date-time will be synced for Incremental streams. Leaving this field blank will sync all data returned from the API. Please note that this option has no effect on streams using Full Refresh sync mode.
6. (Optional) You may optionally provide an **Incremental Sync Start Date** using the provided datepicker, or by programmatically entering a UTC date-time in the format `YYYY-MM-DDThh:mm:ss.sssZ`. If set, only data generated on or after the configured date-time will be synced. Leaving this field blank will sync all data returned from the API.
7. Click **Set up source** and wait for the tests to complete.

<HideInUI>
Expand Down

0 comments on commit aa2b6de

Please sign in to comment.