File tree 3 files changed +3
-3
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-amplitude/source_amplitude
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
- name : Amplitude
41
41
sourceDefinitionId : fa9f58c6-2d03-4237-aaa4-07d75e0c1396
42
42
dockerRepository : airbyte/source-amplitude
43
- dockerImageTag : 0.1.6
43
+ dockerImageTag : 0.1.7
44
44
documentationUrl : https://docs.airbyte.io/integrations/sources/amplitude
45
45
icon : amplitude.svg
46
46
sourceType : api
Original file line number Diff line number Diff line change 480
480
supportsNormalization : false
481
481
supportsDBT : false
482
482
supported_destination_sync_modes : []
483
- - dockerImage : " airbyte/source-amplitude:0.1.6 "
483
+ - dockerImage : " airbyte/source-amplitude:0.1.7 "
484
484
spec :
485
485
documentationUrl : " https://docs.airbyte.io/integrations/sources/amplitude"
486
486
connectionSpecification :
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ def request_params(
113
113
class Events (IncrementalAmplitudeStream ):
114
114
cursor_field = "event_time"
115
115
date_template = "%Y%m%dT%H"
116
- compare_date_template = ' %Y-%m-%d %H:%M:%S'
116
+ compare_date_template = " %Y-%m-%d %H:%M:%S"
117
117
primary_key = "uuid"
118
118
state_checkpoint_interval = 1000
119
119
time_interval = {"days" : 3 }
You can’t perform that action at this time.
0 commit comments