Skip to content

Commit

Permalink
Source Pinterest: fix typo in schema fields (#10223)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfortmann-ewolff authored Feb 24, 2022
1 parent 77ea0e0 commit fd74769
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
- name: Pinterest
sourceDefinitionId: 5cb7e5fe-38c2-11ec-8d3d-0242ac130003
dockerRepository: airbyte/source-pinterest
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
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 @@ -5976,7 +5976,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-pinterest:0.1.1"
- dockerImage: "airbyte/source-pinterest:0.1.2"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/pinterest"
connectionSpecification:
Expand Down
1 change: 1 addition & 0 deletions airbyte-integrations/builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
| Paypal Transaction | [![paypal-transaction](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-paypal-transaction%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-paypal-transaction) |
| Paystack | [![source-paystack](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-paystack%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-paystack) |
| PersistIq | [![source-persistiq](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-persistiq%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-persistiq/) |
| Pinterest | [![source-pinterest](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-pinterest%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-pinterest) |
| Pipedrive | [![source-pipedrive](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-pipedrive%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-pipedrive) |
| Plaid | [![source-plaid](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-plaid%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-plaid) |
| Postgres | [![source-postgres](https://img.shields.io/endpoint?url=https%3A%2F%2Fdnsgjos7lj2fu.cloudfront.net%2Ftests%2Fsummary%2Fsource-postgres%2Fbadge.json)](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-postgres) |
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.1
LABEL io.airbyte.version=0.1.2
LABEL io.airbyte.name=airbyte/source-pinterest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"type": ["null", "string"],
"format": "date"
},
"AD_ACCOUNT_IDAD_ID": {
"AD_ACCOUNT_ID": {
"type": ["null", "string"]
},
"AD_ID": {
"type": ["null", "string"]
},
"AD_GROUP_ENTITY_STATUS": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"type": ["null", "string"],
"format": "date"
},
"AD_ACCOUNT_IDAD_ID": {
"AD_ACCOUNT_ID": {
"type": ["null", "string"]
},
"AD_ID": {
"type": ["null", "string"]
},
"AD_GROUP_ENTITY_STATUS": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"type": ["null", "string"],
"format": "date"
},
"AD_ACCOUNT_IDAD_ID": {
"AD_ACCOUNT_ID": {
"type": ["string"]
},
"AD_ID": {
"type": ["null", "string"]
},
"AD_GROUP_ENTITY_STATUS": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"type": ["null", "string"],
"format": "date"
},
"AD_ACCOUNT_IDAD_ID": {
"AD_ACCOUNT_ID": {
"type": ["null", "string"]
},
"AD_ID": {
"type": ["null", "string"]
},
"AD_GROUP_ENTITY_STATUS": {
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,6 +64,7 @@ Please read [How to get your credentials](https://developers.pinterest.com/docs/

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.2 | 2021-12-22 | [10223](https://github.com/airbytehq/airbyte/pull/10223) | Fix naming of `AD_ID` and `AD_ACCOUNT_ID` fields |
| 0.1.1 | 2021-12-22 | [9043](https://github.com/airbytehq/airbyte/pull/9043) | Update connector fields title/description |
| 0.1.0 | 2021-10-29 | [7493](https://github.com/airbytehq/airbyte/pull/7493) | Release Pinterest CDK Connector |

0 comments on commit fd74769

Please sign in to comment.