Skip to content

Commit dd0a913

Browse files
authored
fix(source-klaviyo): add back the step and cursor granularity to fix the ability to process events, campaigns, and flows concurrently (#55772)
1 parent 3b18ecd commit dd0a913

File tree

3 files changed

+84
-77
lines changed

3 files changed

+84
-77
lines changed

airbyte-integrations/connectors/source-klaviyo/manifest.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ definitions:
259259
- "%Y-%m-%dT%H:%M:%S%z"
260260
- "%Y-%m-%d %H:%M:%S%z"
261261
datetime_format: "%Y-%m-%dT%H:%M:%S%z"
262+
step: P7D
263+
cursor_granularity: PT1S
262264
start_datetime:
263265
type: MinMaxDatetime
264266
datetime: "{{ config.get('start_date', '2012-01-01T00:00:00Z') }}"
@@ -509,6 +511,8 @@ definitions:
509511
- "%Y-%m-%dT%H:%M:%S%z"
510512
- "%Y-%m-%d %H:%M:%S%z"
511513
datetime_format: "%Y-%m-%dT%H:%M:%S%z"
514+
step: P60D
515+
cursor_granularity: PT1S
512516
start_datetime:
513517
type: MinMaxDatetime
514518
datetime: "{{ config.get('start_date', '2012-01-01T00:00:00Z') }}"
@@ -697,6 +701,8 @@ definitions:
697701
- "%Y-%m-%dT%H:%M:%S%z"
698702
- "%Y-%m-%d %H:%M:%S%z"
699703
datetime_format: "%Y-%m-%dT%H:%M:%S%z"
704+
step: P30D
705+
cursor_granularity: PT1S
700706
start_datetime:
701707
type: MinMaxDatetime
702708
datetime: "{{ config.get('start_date', '2012-01-01T00:00:00Z') }}"

airbyte-integrations/connectors/source-klaviyo/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data:
88
definitionId: 95e8cffd-b8c4-4039-968e-d32fb4a69bde
99
connectorBuildOptions:
1010
baseImage: docker.io/airbyte/source-declarative-manifest:6.38.3@sha256:fcba02266f262aabc2f37e4f14574aa1c8c5cffd018504bab28803e405c93afe
11-
dockerImageTag: 2.14.3
11+
dockerImageTag: 2.14.4
1212
dockerRepository: airbyte/source-klaviyo
1313
githubIssueLabel: source-klaviyo
1414
icon: klaviyo.svg

0 commit comments

Comments
 (0)