Skip to content

Commit

Permalink
bump notion, pipedrive, and pinterest to the latest CDK including per…
Browse files Browse the repository at this point in the history
…-stream changes (#16799)
  • Loading branch information
brianjlai committed Sep 21, 2022
1 parent 44ef1c4 commit d038624
Show file tree
Hide file tree
Showing 14 changed files with 412 additions and 129 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
- name: Notion
sourceDefinitionId: 6e00b415-b02e-4160-bf02-58176a0ae687
dockerRepository: airbyte/source-notion
dockerImageTag: 0.1.8
dockerImageTag: 0.1.9
documentationUrl: https://docs.airbyte.io/integrations/sources/notion
icon: notion.svg
sourceType: api
Expand Down Expand Up @@ -766,15 +766,15 @@
- name: Pinterest
sourceDefinitionId: 5cb7e5fe-38c2-11ec-8d3d-0242ac130003
dockerRepository: airbyte/source-pinterest
dockerImageTag: 0.1.4
dockerImageTag: 0.1.5
documentationUrl: https://docs.airbyte.io/integrations/sources/pinterest
icon: pinterest.svg
sourceType: api
releaseStage: beta
- name: Pipedrive
sourceDefinitionId: d8286229-c680-4063-8c59-23b9b391c700
dockerRepository: airbyte/source-pipedrive
dockerImageTag: 0.1.12
dockerImageTag: 0.1.13
documentationUrl: https://docs.airbyte.io/integrations/sources/pipedrive
icon: pipedrive.svg
sourceType: api
Expand Down
6 changes: 3 additions & 3 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6986,7 +6986,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-notion:0.1.8"
- dockerImage: "airbyte/source-notion:0.1.9"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/notion"
connectionSpecification:
Expand Down Expand Up @@ -7885,7 +7885,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-pinterest:0.1.4"
- dockerImage: "airbyte/source-pinterest:0.1.5"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/pinterest"
connectionSpecification:
Expand Down Expand Up @@ -7989,7 +7989,7 @@
path_in_connector_config:
- "credentials"
- "client_secret"
- dockerImage: "airbyte/source-pipedrive:0.1.12"
- dockerImage: "airbyte/source-pipedrive:0.1.13"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/pipedrive"
connectionSpecification:
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-notion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_notion ./source_notion
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.8
LABEL io.airbyte.version=0.1.9
LABEL io.airbyte.name=airbyte/source-notion
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
{
"databases": {
"last_edited_time": "2099-10-10T04:40:00.000Z"
[
{
"type": "STREAM",
"stream": {
"stream_state": {
"last_edited_time": "2099-10-10T04:40:00.000Z"
},
"stream_descriptor": {
"name": "databases"
}
}
},
"pages": {
"last_edited_time": "2099-10-10T04:40:00.000Z"
{
"type": "STREAM",
"stream": {
"stream_state": {
"last_edited_time": "2099-10-10T04:40:00.000Z"
},
"stream_descriptor": {
"name": "pages"
}
}
},
"blocks": {
"last_edited_time": "2099-10-10T04:00:00.000Z"
{
"type": "STREAM",
"stream": {
"stream_state": {
"last_edited_time": "2099-10-10T04:00:00.000Z"
},
"stream_descriptor": {
"name": "blocks"
}
}
}
}
]
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
{
"databases": {
"last_edited_time": "2021-10-10T04:40:00.000Z"
[
{
"type": "STREAM",
"stream": {
"stream_state": {
"last_edited_time": "2021-10-10T04:40:00.000Z"
},
"stream_descriptor": {
"name": "databases"
}
}
},
"pages": {
"last_edited_time": "2021-10-10T04:40:00.000Z"
{
"type": "STREAM",
"stream": {
"stream_state": {
"last_edited_time": "2021-10-10T04:40:00.000Z"
},
"stream_descriptor": {
"name": "pages"
}
}
},
"blocks": {
"last_edited_time": "2021-10-10T04:00:00.000Z"
{
"type": "STREAM",
"stream": {
"stream_state": {
"last_edited_time": "2021-10-10T04:00:00.000Z"
},
"stream_descriptor": {
"name": "blocks"
}
}
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_pinterest ./source_pinterest
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.4
LABEL io.airbyte.version=0.1.5
LABEL io.airbyte.name=airbyte/source-pinterest
Original file line number Diff line number Diff line change
@@ -1,26 +1,90 @@
{
"user_account_analytics": {
"date": "3021-06-09"
[
{
"type": "STREAM",
"stream": {
"stream_state": {
"date": "3021-06-09"
},
"stream_descriptor": {
"name": "user_account_analytics"
}
}
},
"ad_account_analytics": {
"DATE": "3021-06-09"
{
"type": "STREAM",
"stream": {
"stream_state": {
"DATE": "3021-06-09"
},
"stream_descriptor": {
"name": "ad_account_analytics"
}
}
},
"campaigns": {
"updated_time": 9628867244
{
"type": "STREAM",
"stream": {
"stream_state": {
"updated_time": 9628867244
},
"stream_descriptor": {
"name": "campaigns"
}
}
},
"ad_groups": {
"updated_time": 9628867244
{
"type": "STREAM",
"stream": {
"stream_state": {
"updated_time": 9628867244
},
"stream_descriptor": {
"name": "ad_groups"
}
}
},
"ads": {
"updated_time": 9628867244
{
"type": "STREAM",
"stream": {
"stream_state": {
"updated_time": 9628867244
},
"stream_descriptor": {
"name": "ads"
}
}
},
"campaign_analytics": {
"DATE": "3021-06-09"
{
"type": "STREAM",
"stream": {
"stream_state": {
"DATE": "3021-06-09"
},
"stream_descriptor": {
"name": "campaign_analytics"
}
}
},
"ad_group_analytics": {
"DATE": "3021-06-09"
{
"type": "STREAM",
"stream": {
"stream_state": {
"DATE": "3021-06-09"
},
"stream_descriptor": {
"name": "ad_group_analytics"
}
}
},
"ad_analytics": {
"DATE": "3021-06-09"
{
"type": "STREAM",
"stream": {
"stream_state": {
"DATE": "3021-06-09"
},
"stream_descriptor": {
"name": "ad_analytics"
}
}
}
}
]
Original file line number Diff line number Diff line change
@@ -1,26 +1,90 @@
{
"user_account_analytics": {
"date": "2021-06-09"
[
{
"type": "STREAM",
"stream": {
"stream_state": {
"date": "2021-06-09"
},
"stream_descriptor": {
"name": "user_account_analytics"
}
}
},
"ad_account_analytics": {
"DATE": "2021-06-09"
{
"type": "STREAM",
"stream": {
"stream_state": {
"DATE": "2021-06-09"
},
"stream_descriptor": {
"name": "ad_account_analytics"
}
}
},
"campaigns": {
"updated_time": 1628867244
{
"type": "STREAM",
"stream": {
"stream_state": {
"updated_time": 1628867244
},
"stream_descriptor": {
"name": "campaigns"
}
}
},
"ad_groups": {
"updated_time": 1628867244
{
"type": "STREAM",
"stream": {
"stream_state": {
"updated_time": 1628867244
},
"stream_descriptor": {
"name": "ad_groups"
}
}
},
"ads": {
"updated_time": 1628867244
{
"type": "STREAM",
"stream": {
"stream_state": {
"updated_time": 1628867244
},
"stream_descriptor": {
"name": "ads"
}
}
},
"campaign_analytics": {
"DATE": "2021-06-09"
{
"type": "STREAM",
"stream": {
"stream_state": {
"DATE": "2021-06-09"
},
"stream_descriptor": {
"name": "campaign_analytics"
}
}
},
"ad_group_analytics": {
"DATE": "2021-06-09"
{
"type": "STREAM",
"stream": {
"stream_state": {
"DATE": "2021-06-09"
},
"stream_descriptor": {
"name": "ad_group_analytics"
}
}
},
"ad_analytics": {
"DATE": "2021-06-09"
{
"type": "STREAM",
"stream": {
"stream_state": {
"DATE": "2021-06-09"
},
"stream_descriptor": {
"name": "ad_analytics"
}
}
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN pip install .
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

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

0 comments on commit d038624

Please sign in to comment.