Skip to content

Commit

Permalink
source-zendesk-sell: fix phone_number type from number to string #29828
Browse files Browse the repository at this point in the history
… (#29830)
  • Loading branch information
speckm committed Sep 4, 2023
1 parent 5202526 commit 406ea28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Expand Up @@ -34,5 +34,5 @@ COPY source_zendesk_sell ./source_zendesk_sell
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-zendesk-sell
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 982eaa4c-bba1-4cce-a971-06a41f700b8c
dockerImageTag: 0.1.0
dockerImageTag: 0.1.1
dockerRepository: airbyte/source-zendesk-sell
githubIssueLabel: source-zendesk-sell
icon: zendesk.svg
Expand Down
Expand Up @@ -21,7 +21,7 @@
"type": ["null", "number"]
},
"phone_number": {
"type": ["null", "number"]
"type": ["null", "string"]
},
"incoming": {
"type": ["null", "boolean"]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/zendesk-sell.md
Expand Up @@ -76,4 +76,5 @@ We recommend creating a restricted, read-only key specifically for Airbyte acces
| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.0 | 2022-10-27 | [17888](https://github.com/airbytehq/airbyte/pull/17888) | Initial Release |
| 0.1.1 | 2023-08-30 | [29830](https://github.com/airbytehq/airbyte/pull/29830) | Change phone_number in Calls to string (bug in zendesk sell api documentation) |

0 comments on commit 406ea28

Please sign in to comment.