Skip to content

Commit 3886553

Browse files
Update src_zendesk.yml (#212)
* Update src_zendesk.yml * Generate dbt docs via GitHub Actions --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0d83e02 commit 3886553

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/catalog.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

models/staging/src_zendesk.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ sources:
112112
- name: brand
113113
identifier: "{{ var('zendesk_brand_identifier', 'brand')}}"
114114
config:
115-
loaded_at_field: _fivetran_synced
116115
enabled: "{{ var('using_brands', true) and var('zendesk_sources', []) == [] }}"
117116
description: >
118117
Brands are your customer-facing identities. They might represent multiple products or services, or they
@@ -242,7 +241,6 @@ sources:
242241
identifier: "{{ var('zendesk_user_tag_identifier', 'user_tag') }}"
243242
description: Table containing all tags associated with a user. Only present if your account has user tagging enabled.
244243
config:
245-
loaded_at_field: _fivetran_synced
246244
enabled: "{{ var('using_user_tags', true) and var('zendesk_sources', []) == [] }}"
247245
columns:
248246
- name: user_id
@@ -504,4 +502,4 @@ sources:
504502
- name: type
505503
description: Type of chat event. Including but not limited to - `ChatMessage`, `ChatJoin`, `ChatLeave`, `ChatMessageStatus`, `ChatFileAttachment`, `ChatAcdSkillsDetected`, `ChatDepartmentTransfer`, `ChatEmailChanged`, `ChatNameChanged`, `ChatRatingChanged`, and `ChatRatingCommentChanged`.
506504
- name: url
507-
description: URL of the attached file for `ChatFileAttachment` types of events.
505+
description: URL of the attached file for `ChatFileAttachment` types of events.

0 commit comments

Comments
 (0)