Skip to content

Commit 5b79f6d

Browse files
committed
fix
1 parent 91dc618 commit 5b79f6d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

airbyte-integrations/connectors/source-freshcaller/integration_tests/abnormal_state.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"name": "calls"
1818
},
1919
"stream_state": {
20-
"created_time": "2050-11-07 18:19:42.687520+00:00"
20+
"created_time": "2050-11-07T18:19:42.687520+0000"
2121
}
2222
}
2323
}

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ definitions:
125125
type: DatetimeBasedCursor
126126
cursor_field: created_time
127127
cursor_datetime_formats:
128-
- '%Y-%m-%dT%H:%M:%S.%f%z'
129-
datetime_format: '%Y-%m-%dT%H:%M:%S.%f%z'
128+
- "%Y-%m-%dT%H:%M:%S.%f%z"
129+
datetime_format: "%Y-%m-%dT%H:%M:%S.%f%z"
130130
start_datetime:
131131
type: MinMaxDatetime
132-
datetime: '{{ config[''start_date''] }}'
133-
datetime_format: '%Y-%m-%dT%H:%M:%SZ'
132+
datetime: "{{ config['start_date'] }}"
133+
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
134134
start_time_option:
135135
type: RequestOption
136136
field_name: by_time[from]
@@ -144,7 +144,7 @@ definitions:
144144
datetime: "{{ now_utc().strftime('%Y-%m-%dT%H:%M:%SZ') }}"
145145
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
146146
step: P1Y
147-
cursor_granularity: P1D
147+
cursor_granularity: PT0.001S
148148
call_metrics:
149149
type: DeclarativeStream
150150
name: call_metrics

0 commit comments

Comments
 (0)