Skip to content

Commit 745ad9c

Browse files
arsenlosenkooctavia-squidington-iii
authored andcommitted
Source Zendesk Chat: Mark datefields in spec as dates (airbytehq#22819)
* Source Zendesk Chat: Mark datefields in spec as dates * Specify date-time format * Reset source version * Add allowedHosts * auto-bump connector version --------- Co-authored-by: Octavia Squidington III <[email protected]>
1 parent b0a46d9 commit 745ad9c

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -2156,11 +2156,14 @@
21562156
- name: Zendesk Chat
21572157
sourceDefinitionId: 40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4
21582158
dockerRepository: airbyte/source-zendesk-chat
2159-
dockerImageTag: 0.1.12
2159+
dockerImageTag: 0.1.13
21602160
documentationUrl: https://docs.airbyte.com/integrations/sources/zendesk-chat
21612161
icon: zendesk-chat.svg
21622162
sourceType: api
21632163
releaseStage: generally_available
2164+
allowedHosts:
2165+
hosts:
2166+
- zopim.com
21642167
- name: Zendesk Sell
21652168
sourceDefinitionId: 982eaa4c-bba1-4cce-a971-06a41f700b8c
21662169
dockerRepository: airbyte/source-zendesk-sell

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -16253,7 +16253,7 @@
1625316253
supportsNormalization: false
1625416254
supportsDBT: false
1625516255
supported_destination_sync_modes: []
16256-
- dockerImage: "airbyte/source-zendesk-chat:0.1.12"
16256+
- dockerImage: "airbyte/source-zendesk-chat:0.1.13"
1625716257
spec:
1625816258
documentationUrl: "https://docs.airbyte.com/integrations/sources/zendesk-chat"
1625916259
connectionSpecification:
@@ -16272,6 +16272,7 @@
1627216272
examples:
1627316273
- "2021-02-01T00:00:00Z"
1627416274
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
16275+
format: "date-time"
1627516276
subdomain:
1627616277
type: "string"
1627716278
title: "Subdomain"

airbyte-integrations/connectors/source-zendesk-chat/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ RUN pip install .
1616

1717
ENTRYPOINT ["python", "/airbyte/integration_code/main_dev.py"]
1818

19-
LABEL io.airbyte.version=0.1.12
19+
LABEL io.airbyte.version=0.1.13
2020
LABEL io.airbyte.name=airbyte/source-zendesk-chat

airbyte-integrations/connectors/source-zendesk-chat/source_zendesk_chat/spec.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"title": "Start Date",
1313
"description": "The date from which you'd like to replicate data for Zendesk Chat API, in the format YYYY-MM-DDT00:00:00Z.",
1414
"examples": ["2021-02-01T00:00:00Z"],
15-
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
15+
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
16+
"format": "date-time"
1617
},
1718
"subdomain": {
1819
"type": "string",

connectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
| **YouTube Analytics Business** | <img alt="YouTube Analytics Business icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/youtube-analytics.svg" height="30" height="30"/> | Source | airbyte/source-youtube-analytics-business:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/youtube-analytics-business) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-youtube-analytics-business) | <small>`78752073-6d96-447d-8a93-2b6953f3c787`</small> |
263263
| **Younium** | <img alt="Younium icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/younium.svg" height="30" height="30"/> | Source | airbyte/source-younium:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/younium) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-younium) | <small>`9c74c2d7-531a-4ebf-b6d8-6181f805ecdc`</small> |
264264
| **Zapier Supported Storage** | <img alt="Zapier Supported Storage icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/zapiersupportedstorage.svg" height="30" height="30"/> | Source | airbyte/source-zapier-supported-storage:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/zendesk-supported-storage) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-zapier-supported-storage) | <small>`b8c917bc-7d1b-4828-995f-6726820266d0`</small> |
265-
| **Zendesk Chat** | <img alt="Zendesk Chat icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/zendesk-chat.svg" height="30" height="30"/> | Source | airbyte/source-zendesk-chat:0.1.12 | generally_available | [link](https://docs.airbyte.com/integrations/sources/zendesk-chat) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-zendesk-chat) | <small>`40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4`</small> |
265+
| **Zendesk Chat** | <img alt="Zendesk Chat icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/zendesk-chat.svg" height="30" height="30"/> | Source | airbyte/source-zendesk-chat:0.1.13 | generally_available | [link](https://docs.airbyte.com/integrations/sources/zendesk-chat) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-zendesk-chat) | <small>`40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4`</small> |
266266
| **Zendesk Sell** | <img alt="Zendesk Sell icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/zendesk.svg" height="30" height="30"/> | Source | airbyte/source-zendesk-sell:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/zendesk-sell) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-zendesk-sell) | <small>`982eaa4c-bba1-4cce-a971-06a41f700b8c`</small> |
267267
| **Zendesk Sunshine** | <img alt="Zendesk Sunshine icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/zendesk-sunshine.svg" height="30" height="30"/> | Source | airbyte/source-zendesk-sunshine:0.1.1 | alpha | [link](https://docs.airbyte.com/integrations/sources/zendesk-sunshine) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-zendesk-sunshine) | <small>`325e0640-e7b3-4e24-b823-3361008f603f`</small> |
268268
| **Zendesk Support** | <img alt="Zendesk Support icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/zendesk-support.svg" height="30" height="30"/> | Source | airbyte/source-zendesk-support:0.2.25 | generally_available | [link](https://docs.airbyte.com/integrations/sources/zendesk-support) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-zendesk-support) | <small>`79c1aa37-dae3-42ae-b333-d1c105477715`</small> |

docs/integrations/sources/zendesk-chat.md

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ The connector is restricted by Zendesk's [requests limitation](https://developer
7878

7979
| Version | Date | Pull Request | Subject |
8080
|:--------| :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------- |
81+
| 0.1.13 | 2023-02-10 | [00000](https://github.com/airbytehq/airbyte/pull/00000) | Specified date formatting in specification |
8182
| 0.1.12 | 2023-01-27 | [22026](https://github.com/airbytehq/airbyte/pull/22026) | Set `AvailabilityStrategy` for streams explicitly to `None` |
8283
| 0.1.11 | 2022-10-18 | [17745](https://github.com/airbytehq/airbyte/pull/17745) | Add Engagements Stream and fix infity looping |
8384
| 0.1.10 | 2022-09-28 | [17326](https://github.com/airbytehq/airbyte/pull/17326) | Migrate to per-stream states. |

0 commit comments

Comments
 (0)