You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+46-4Lines changed: 46 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This package is perfect for dbt users who want to integrate Zendesk data into th
26
26
pip install dlt
27
27
```
28
28
2.**Configure the Pipeline:**
29
-
Follow the dlt Zendesk [pipeline documentation](https://dlthub.com/docs/dlt-ecosystem/verified-sources/zendesk) to set up your pipeline. Ensure you have your Zendesk and destination credentials configured.
29
+
Follow the dlt [Zendesk pipeline documentation](https://dlthub.com/docs/dlt-ecosystem/verified-sources/zendesk) to set up your pipeline. Ensure you have your Zendesk and destination credentials configured.
30
30
31
31
3.**Run the Pipeline:**
32
32
Extract and load data from the Zendesk API into your data warehouse using the Zendesk pipeline. As Zendesk pipeline integrates multiple sources. Here, we will build a model for the `zendesk_support` source. For more details on sources, refer to the documentation.
@@ -85,11 +85,53 @@ marts/
85
85
│ │ ├── dim_views__execution__columns.sql
86
86
│ │ ├── dim_views__execution__fields.sql
87
87
│ │ └── dim_views.sql
88
-
│ ├── staging/ #same models as marts with prefix `stg`
0 commit comments