File tree 5 files changed +20
-3
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-mixpanel
docs/integrations/sources
5 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 541
541
- name : Mixpanel
542
542
sourceDefinitionId : 12928b32-bf0a-4f1e-964f-07e12e37153a
543
543
dockerRepository : airbyte/source-mixpanel
544
- dockerImageTag : 0.1.15
544
+ dockerImageTag : 0.1.16
545
545
documentationUrl : https://docs.airbyte.io/integrations/sources/mixpanel
546
546
icon : mixpanel.svg
547
547
sourceType : api
Original file line number Diff line number Diff line change 5224
5224
path_in_connector_config :
5225
5225
- " credentials"
5226
5226
- " client_secret"
5227
- - dockerImage : " airbyte/source-mixpanel:0.1.15 "
5227
+ - dockerImage : " airbyte/source-mixpanel:0.1.16 "
5228
5228
spec :
5229
5229
documentationUrl : " https://docs.airbyte.io/integrations/sources/mixpanel"
5230
5230
connectionSpecification :
5274
5274
examples :
5275
5275
- " 2021-11-16"
5276
5276
pattern : " ^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$"
5277
+ end_date :
5278
+ title : " End Date"
5279
+ type : " string"
5280
+ description : " UTC date and time in the format 2017-01-25T00:00:00Z. Any\
5281
+ \ data after this date will not be replicated. Left empty to always sync\
5282
+ \ to most recent date"
5283
+ examples :
5284
+ - " 2021-11-16"
5285
+ pattern : " ^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$"
5277
5286
region :
5278
5287
title : " Region"
5279
5288
description : " The region of mixpanel domain instance either US or EU."
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
13
13
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
14
14
15
15
16
- LABEL io.airbyte.version=0.1.15
16
+ LABEL io.airbyte.version=0.1.16
17
17
LABEL io.airbyte.name=airbyte/source-mixpanel
Original file line number Diff line number Diff line change 39
39
"examples" : [" 2021-11-16" ],
40
40
"pattern" : " ^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$"
41
41
},
42
+ "end_date" : {
43
+ "title" : " End Date" ,
44
+ "type" : " string" ,
45
+ "description" : " UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated. Left empty to always sync to most recent date" ,
46
+ "examples" : [" 2021-11-16" ],
47
+ "pattern" : " ^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$"
48
+ },
42
49
"region" : {
43
50
"title" : " Region" ,
44
51
"description" : " The region of mixpanel domain instance either US or EU." ,
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ Select the correct region \(EU or US\) for your Mixpanel project. See detail [he
59
59
60
60
| Version | Date | Pull Request | Subject |
61
61
| :---------| :-----------| :---------------------------------------------------------| :-----------------------------------------------------------------------------------------------------|
62
+ | ` 0.1.16 ` | 2022-05-30 | [ \# 12801] ( https://github.com/airbytehq/airbyte/pull/12801 ) | Add end_date parameter |
62
63
| ` 0.1.15 ` | 2022-05-04 | [ \# 12482] ( https://github.com/airbytehq/airbyte/pull/12482 ) | Update input configuration copy |
63
64
| ` 0.1.14 ` | 2022-05-02 | [ 11501] ( https://github.com/airbytehq/airbyte/pull/11501 ) | Improve incremental sync method to streams |
64
65
| ` 0.1.13 ` | 2022-04-27 | [ 12335] ( https://github.com/airbytehq/airbyte/pull/12335 ) | Adding fixtures to mock time.sleep for connectors that explicitly sleep |
You can’t perform that action at this time.
0 commit comments