Skip to content

Commit d038624

Browse files
authored
bump notion, pipedrive, and pinterest to the latest CDK including per-stream changes (#16799)
1 parent 44ef1c4 commit d038624

File tree

14 files changed

+412
-129
lines changed

14 files changed

+412
-129
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
- name: Notion
672672
sourceDefinitionId: 6e00b415-b02e-4160-bf02-58176a0ae687
673673
dockerRepository: airbyte/source-notion
674-
dockerImageTag: 0.1.8
674+
dockerImageTag: 0.1.9
675675
documentationUrl: https://docs.airbyte.io/integrations/sources/notion
676676
icon: notion.svg
677677
sourceType: api
@@ -766,15 +766,15 @@
766766
- name: Pinterest
767767
sourceDefinitionId: 5cb7e5fe-38c2-11ec-8d3d-0242ac130003
768768
dockerRepository: airbyte/source-pinterest
769-
dockerImageTag: 0.1.4
769+
dockerImageTag: 0.1.5
770770
documentationUrl: https://docs.airbyte.io/integrations/sources/pinterest
771771
icon: pinterest.svg
772772
sourceType: api
773773
releaseStage: beta
774774
- name: Pipedrive
775775
sourceDefinitionId: d8286229-c680-4063-8c59-23b9b391c700
776776
dockerRepository: airbyte/source-pipedrive
777-
dockerImageTag: 0.1.12
777+
dockerImageTag: 0.1.13
778778
documentationUrl: https://docs.airbyte.io/integrations/sources/pipedrive
779779
icon: pipedrive.svg
780780
sourceType: api

airbyte-config/init/src/main/resources/seed/source_specs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6986,7 +6986,7 @@
69866986
supportsNormalization: false
69876987
supportsDBT: false
69886988
supported_destination_sync_modes: []
6989-
- dockerImage: "airbyte/source-notion:0.1.8"
6989+
- dockerImage: "airbyte/source-notion:0.1.9"
69906990
spec:
69916991
documentationUrl: "https://docs.airbyte.io/integrations/sources/notion"
69926992
connectionSpecification:
@@ -7885,7 +7885,7 @@
78857885
supportsNormalization: false
78867886
supportsDBT: false
78877887
supported_destination_sync_modes: []
7888-
- dockerImage: "airbyte/source-pinterest:0.1.4"
7888+
- dockerImage: "airbyte/source-pinterest:0.1.5"
78897889
spec:
78907890
documentationUrl: "https://docs.airbyte.io/integrations/sources/pinterest"
78917891
connectionSpecification:
@@ -7989,7 +7989,7 @@
79897989
path_in_connector_config:
79907990
- "credentials"
79917991
- "client_secret"
7992-
- dockerImage: "airbyte/source-pipedrive:0.1.12"
7992+
- dockerImage: "airbyte/source-pipedrive:0.1.13"
79937993
spec:
79947994
documentationUrl: "https://docs.airbyte.io/integrations/sources/pipedrive"
79957995
connectionSpecification:

airbyte-integrations/connectors/source-notion/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ COPY source_notion ./source_notion
3434
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
3535
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
3636

37-
LABEL io.airbyte.version=0.1.8
37+
LABEL io.airbyte.version=0.1.9
3838
LABEL io.airbyte.name=airbyte/source-notion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,35 @@
1-
{
2-
"databases": {
3-
"last_edited_time": "2099-10-10T04:40:00.000Z"
1+
[
2+
{
3+
"type": "STREAM",
4+
"stream": {
5+
"stream_state": {
6+
"last_edited_time": "2099-10-10T04:40:00.000Z"
7+
},
8+
"stream_descriptor": {
9+
"name": "databases"
10+
}
11+
}
412
},
5-
"pages": {
6-
"last_edited_time": "2099-10-10T04:40:00.000Z"
13+
{
14+
"type": "STREAM",
15+
"stream": {
16+
"stream_state": {
17+
"last_edited_time": "2099-10-10T04:40:00.000Z"
18+
},
19+
"stream_descriptor": {
20+
"name": "pages"
21+
}
22+
}
723
},
8-
"blocks": {
9-
"last_edited_time": "2099-10-10T04:00:00.000Z"
24+
{
25+
"type": "STREAM",
26+
"stream": {
27+
"stream_state": {
28+
"last_edited_time": "2099-10-10T04:00:00.000Z"
29+
},
30+
"stream_descriptor": {
31+
"name": "blocks"
32+
}
33+
}
1034
}
11-
}
35+
]
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,35 @@
1-
{
2-
"databases": {
3-
"last_edited_time": "2021-10-10T04:40:00.000Z"
1+
[
2+
{
3+
"type": "STREAM",
4+
"stream": {
5+
"stream_state": {
6+
"last_edited_time": "2021-10-10T04:40:00.000Z"
7+
},
8+
"stream_descriptor": {
9+
"name": "databases"
10+
}
11+
}
412
},
5-
"pages": {
6-
"last_edited_time": "2021-10-10T04:40:00.000Z"
13+
{
14+
"type": "STREAM",
15+
"stream": {
16+
"stream_state": {
17+
"last_edited_time": "2021-10-10T04:40:00.000Z"
18+
},
19+
"stream_descriptor": {
20+
"name": "pages"
21+
}
22+
}
723
},
8-
"blocks": {
9-
"last_edited_time": "2021-10-10T04:00:00.000Z"
24+
{
25+
"type": "STREAM",
26+
"stream": {
27+
"stream_state": {
28+
"last_edited_time": "2021-10-10T04:00:00.000Z"
29+
},
30+
"stream_descriptor": {
31+
"name": "blocks"
32+
}
33+
}
1034
}
11-
}
35+
]

airbyte-integrations/connectors/source-pinterest/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ COPY source_pinterest ./source_pinterest
3434
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
3535
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
3636

37-
LABEL io.airbyte.version=0.1.4
37+
LABEL io.airbyte.version=0.1.5
3838
LABEL io.airbyte.name=airbyte/source-pinterest
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,90 @@
1-
{
2-
"user_account_analytics": {
3-
"date": "3021-06-09"
1+
[
2+
{
3+
"type": "STREAM",
4+
"stream": {
5+
"stream_state": {
6+
"date": "3021-06-09"
7+
},
8+
"stream_descriptor": {
9+
"name": "user_account_analytics"
10+
}
11+
}
412
},
5-
"ad_account_analytics": {
6-
"DATE": "3021-06-09"
13+
{
14+
"type": "STREAM",
15+
"stream": {
16+
"stream_state": {
17+
"DATE": "3021-06-09"
18+
},
19+
"stream_descriptor": {
20+
"name": "ad_account_analytics"
21+
}
22+
}
723
},
8-
"campaigns": {
9-
"updated_time": 9628867244
24+
{
25+
"type": "STREAM",
26+
"stream": {
27+
"stream_state": {
28+
"updated_time": 9628867244
29+
},
30+
"stream_descriptor": {
31+
"name": "campaigns"
32+
}
33+
}
1034
},
11-
"ad_groups": {
12-
"updated_time": 9628867244
35+
{
36+
"type": "STREAM",
37+
"stream": {
38+
"stream_state": {
39+
"updated_time": 9628867244
40+
},
41+
"stream_descriptor": {
42+
"name": "ad_groups"
43+
}
44+
}
1345
},
14-
"ads": {
15-
"updated_time": 9628867244
46+
{
47+
"type": "STREAM",
48+
"stream": {
49+
"stream_state": {
50+
"updated_time": 9628867244
51+
},
52+
"stream_descriptor": {
53+
"name": "ads"
54+
}
55+
}
1656
},
17-
"campaign_analytics": {
18-
"DATE": "3021-06-09"
57+
{
58+
"type": "STREAM",
59+
"stream": {
60+
"stream_state": {
61+
"DATE": "3021-06-09"
62+
},
63+
"stream_descriptor": {
64+
"name": "campaign_analytics"
65+
}
66+
}
1967
},
20-
"ad_group_analytics": {
21-
"DATE": "3021-06-09"
68+
{
69+
"type": "STREAM",
70+
"stream": {
71+
"stream_state": {
72+
"DATE": "3021-06-09"
73+
},
74+
"stream_descriptor": {
75+
"name": "ad_group_analytics"
76+
}
77+
}
2278
},
23-
"ad_analytics": {
24-
"DATE": "3021-06-09"
79+
{
80+
"type": "STREAM",
81+
"stream": {
82+
"stream_state": {
83+
"DATE": "3021-06-09"
84+
},
85+
"stream_descriptor": {
86+
"name": "ad_analytics"
87+
}
88+
}
2589
}
26-
}
90+
]
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,90 @@
1-
{
2-
"user_account_analytics": {
3-
"date": "2021-06-09"
1+
[
2+
{
3+
"type": "STREAM",
4+
"stream": {
5+
"stream_state": {
6+
"date": "2021-06-09"
7+
},
8+
"stream_descriptor": {
9+
"name": "user_account_analytics"
10+
}
11+
}
412
},
5-
"ad_account_analytics": {
6-
"DATE": "2021-06-09"
13+
{
14+
"type": "STREAM",
15+
"stream": {
16+
"stream_state": {
17+
"DATE": "2021-06-09"
18+
},
19+
"stream_descriptor": {
20+
"name": "ad_account_analytics"
21+
}
22+
}
723
},
8-
"campaigns": {
9-
"updated_time": 1628867244
24+
{
25+
"type": "STREAM",
26+
"stream": {
27+
"stream_state": {
28+
"updated_time": 1628867244
29+
},
30+
"stream_descriptor": {
31+
"name": "campaigns"
32+
}
33+
}
1034
},
11-
"ad_groups": {
12-
"updated_time": 1628867244
35+
{
36+
"type": "STREAM",
37+
"stream": {
38+
"stream_state": {
39+
"updated_time": 1628867244
40+
},
41+
"stream_descriptor": {
42+
"name": "ad_groups"
43+
}
44+
}
1345
},
14-
"ads": {
15-
"updated_time": 1628867244
46+
{
47+
"type": "STREAM",
48+
"stream": {
49+
"stream_state": {
50+
"updated_time": 1628867244
51+
},
52+
"stream_descriptor": {
53+
"name": "ads"
54+
}
55+
}
1656
},
17-
"campaign_analytics": {
18-
"DATE": "2021-06-09"
57+
{
58+
"type": "STREAM",
59+
"stream": {
60+
"stream_state": {
61+
"DATE": "2021-06-09"
62+
},
63+
"stream_descriptor": {
64+
"name": "campaign_analytics"
65+
}
66+
}
1967
},
20-
"ad_group_analytics": {
21-
"DATE": "2021-06-09"
68+
{
69+
"type": "STREAM",
70+
"stream": {
71+
"stream_state": {
72+
"DATE": "2021-06-09"
73+
},
74+
"stream_descriptor": {
75+
"name": "ad_group_analytics"
76+
}
77+
}
2278
},
23-
"ad_analytics": {
24-
"DATE": "2021-06-09"
79+
{
80+
"type": "STREAM",
81+
"stream": {
82+
"stream_state": {
83+
"DATE": "2021-06-09"
84+
},
85+
"stream_descriptor": {
86+
"name": "ad_analytics"
87+
}
88+
}
2589
}
26-
}
90+
]

airbyte-integrations/connectors/source-pipedrive/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ RUN pip install .
1212
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
1313
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
1414

15-
LABEL io.airbyte.version=0.1.12
15+
LABEL io.airbyte.version=0.1.13
1616
LABEL io.airbyte.name=airbyte/source-pipedrive

0 commit comments

Comments
 (0)