Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fields in source-connectors specifications: pinterest #9043

Merged
merged 6 commits into from
Dec 28, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "5cb7e5fe-38c2-11ec-8d3d-0242ac130003",
"name": "Pinterest",
"dockerRepository": "airbyte/source-pinterest",
"dockerImageTag": "0.1.0",
"dockerImageTag": "0.1.1",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/pinterest",
"icon": "pinterest.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
- name: Pinterest
sourceDefinitionId: 5cb7e5fe-38c2-11ec-8d3d-0242ac130003
dockerRepository: airbyte/source-pinterest
dockerImageTag: 0.1.0
dockerImageTag: 0.1.1
documentationUrl: https://docs.airbyte.io/integrations/sources/pinterest
icon: pinterest.svg
sourceType: api
Expand Down
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.0
LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.name=airbyte/source-pinterest
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@
"properties": {
"client_id": {
"type": "string",
"title": "Client id",
"description": "Your Pinterest client id. See the <a href=\"https://developers.pinterest.com/docs/api/v5/#tag/Authentication\">docs</a> for instructions on how to generate it.",
"title": "Client ID",
"description": "Your Pinterest client ID. See the <a href=\"https://developers.pinterest.com/docs/api/v5/#tag/Authentication\">docs</a> for instructions on how to generate it.",
"airbyte_secret": true
},
"client_secret": {
"type": "string",
"title": "Client secret",
"title": "Client Secret",
"description": "Your Pinterest client secret. See the <a href=\"https://developers.pinterest.com/docs/api/v5/#tag/Authentication\">docs</a> for instructions on how to generate it.",
"airbyte_secret": true
},
"refresh_token": {
"type": "string",
"title": "Refresh token",
"title": "Refresh Token",
"description": "Your Pinterest refresh token. See the <a href=\"https://developers.pinterest.com/docs/api/v5/#tag/Authentication\">docs</a> for instructions on how to generate it.",
"airbyte_secret": true
},
"access_token": {
"type": "string",
"title": "Access token",
"title": "Access Token",
"description": "Your Pinterest access token. See the <a href=\"https://developers.pinterest.com/docs/api/v5/#tag/Authentication\">docs</a> for instructions on how to generate it.",
"airbyte_secret": true
},
"start_date": {
"type": "string",
"title": "Start date",
"description": "A date in the format YYYY-MM-DD. If you have not set a date, it will be 2020-07-28 by default.",
"title": "Start Date",
"description": "A date in the format YYYY-MM-DD. If you have not set a date, it would be defaulted to 2020-07-28.",
"examples": ["2020-07-28"]
}
}
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/pinterest.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ Please read [How to get your credentials](https://developers.pinterest.com/docs/

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.1 | 2021-12-22 | [9043](https://github.com/airbytehq/airbyte/pull/9043) | Release Pinterest CDK Connector |
annalvova05 marked this conversation as resolved.
Show resolved Hide resolved
| 0.1.0 | 2021-10-29 | [7493](https://github.com/airbytehq/airbyte/pull/7493) | Release Pinterest CDK Connector |