File tree 2 files changed +6
-6
lines changed
airbyte-integrations/connectors/source-freshcaller
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
"name" : " calls"
18
18
},
19
19
"stream_state" : {
20
- "created_time" : " 2050-11-07 18 :19:42.687520+00:00 "
20
+ "created_time" : " 2050-11-07T18 :19:42.687520+0000 "
21
21
}
22
22
}
23
23
}
Original file line number Diff line number Diff line change @@ -125,12 +125,12 @@ definitions:
125
125
type : DatetimeBasedCursor
126
126
cursor_field : created_time
127
127
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"
130
130
start_datetime :
131
131
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"
134
134
start_time_option :
135
135
type : RequestOption
136
136
field_name : by_time[from]
@@ -144,7 +144,7 @@ definitions:
144
144
datetime : " {{ now_utc().strftime('%Y-%m-%dT%H:%M:%SZ') }}"
145
145
datetime_format : " %Y-%m-%dT%H:%M:%SZ"
146
146
step : P1Y
147
- cursor_granularity : P1D
147
+ cursor_granularity : PT0.001S
148
148
call_metrics :
149
149
type : DeclarativeStream
150
150
name : call_metrics
You can’t perform that action at this time.
0 commit comments