Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions airbyte-integrations/connectors/source-pardot/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ definitions:
incremental_sync:
type: DatetimeBasedCursor
cursor_field: updatedAt
step: P1M
cursor_datetime_formats:
- "%Y-%m-%dT%H:%M:%S%z"
- "%Y-%m-%dT%H:%M:%SZ"
Expand Down Expand Up @@ -627,6 +628,7 @@ definitions:
incremental_sync:
type: DatetimeBasedCursor
cursor_field: updatedAt
step: P1M
cursor_datetime_formats:
- "%Y-%m-%dT%H:%M:%S%z"
- "%Y-%m-%dT%H:%M:%SZ"
Expand Down Expand Up @@ -707,6 +709,7 @@ definitions:
incremental_sync:
type: DatetimeBasedCursor
cursor_field: updatedAt
step: P1M
cursor_datetime_formats:
- "%Y-%m-%dT%H:%M:%S%z"
- "%Y-%m-%dT%H:%M:%SZ"
Expand Down Expand Up @@ -786,6 +789,7 @@ definitions:
incremental_sync:
type: DatetimeBasedCursor
cursor_field: updatedAt
step: P1M
cursor_datetime_formats:
- "%Y-%m-%dT%H:%M:%S%z"
- "%Y-%m-%dT%H:%M:%SZ"
Expand Down Expand Up @@ -2125,6 +2129,7 @@ definitions:
incremental_sync:
type: DatetimeBasedCursor
cursor_field: createdAt
step: P1M
cursor_datetime_formats:
- "%Y-%m-%dT%H:%M:%S%z"
- "%Y-%m-%dT%H:%M:%SZ"
Expand Down
Loading