Log into Zendesk to find your subdomain in the URL. For example, for www.yourhub.zendesk.com, the subdomain is yourhub.
http://localhost:8080).access_token value).In the YAML file, the config section contains the following properties:
Connectorname: Zendesk
subdomain: Zendesk sub-domain
Oauth_token: OAuth token
Metadata Properties:
This section defines the mode of data refresh. There are two modes: INCREMENTAL and FULL_TABLE. It only supports columns with DateTime data types.
| INCREMENTAL |
|
This mode fetches data from the date column specified in the replication key starting from the date specified in the replication value. Once scheduled, the replication value is updated according to the interval_type and interval_value from the imported data. For example, if the interval_type is set to 'year' and the interval_value is set to '1', the first schedule will fetch records from January 1, 2000 to December 31, 2000. In the next schedule, it will fetch records from January 1, 2001 to December 31, 2001, and so on. |
| FULL_TABLE |
|
This mode fetches data from the date column mentioned in the replication key from the start date as mentioned in the replication value. Once it is scheduled, the replication value is updated based on the interval_type and interval_value from the imported data. For ex set interval_type as 'year' and intervalue value as '1'.In first schedule, will fetch the record from Jan 1, 2000 to Dec 31, 2000. In next schedule, will fetch the record from Jan 1, 2001 to Dec 31, 2001 and so on. |
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: zendesk_data
connectorname: zendesk
config:
subdomain: <SUBDOMAIN>
Oauth token: <OAUTH TOKEN>
Select:
- TABLE1
- TABLE2
metadata:
TABLE1:
replication_method: FULL_TABLE
replication_key: last_modified_on
replication_value: '2023-07-19 00:00:00'
TABLE2:
replication_method: FULL_TABLE
replication_key: last_modified_on
replication_value: '2023-07-19 00:00:00'version: 1
encrypt_credentials: false
plugins:
extractors:
- name: zendesk_data
connectorname: zendesk
config:
subdomain: <SUBDOMAIN>
Oauth token: <OAUTH TOKEN>
Select:
- TABLE1
- TABLE2
metadata:
TABLE1:
replication_method: FULL_TABLE
replication_key: last_modified_on
replication_value: '2023-07-19 00:00:00'
interval_type: days
interval_value: 6
TABLE2:
replication_method: FULL_TABLE
replication_key: last_modified_on
replication_value: '2023-07-19 00:00:00'
interval_type: days
interval_value: 6Bold Data Hub icon on the Navigation Pane.
Add Project and provide the name for the new project.
Zendesk Chart template.
select property and save it to the Reports Data Store.
Warning:
1. The `Encrypt_Credentials` property should be set to false when updating the new access token on the template. If you have modified other properties, such as 'select' or 'account id', the `Encrypt_Credentials` property must be set to true.
2. The default lifetime of the access token is 1 hour. Therefore, you need to convert it to a long-lived access token in order to use the same token for 60 days. Existing tables should be maintained even if the token has expired or is being used as an invalid token.

Run Now button.
.


Edit DataSource Option to view the created tables.