diff --git a/airbyte-integrations/connectors/source-pardot/manifest.yaml b/airbyte-integrations/connectors/source-pardot/manifest.yaml index 14c311dacccc..a5dc82818149 100644 --- a/airbyte-integrations/connectors/source-pardot/manifest.yaml +++ b/airbyte-integrations/connectors/source-pardot/manifest.yaml @@ -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" @@ -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" @@ -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" @@ -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" @@ -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"