Skip to content

Commit

Permalink
Fix snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed May 14, 2024
1 parent a81a5dc commit 6102224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/website/docs/dlt-ecosystem/verified-sources/zendesk.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,10 @@ verified source.
1. To load data related to support, chat and talk in incremental mode:

```py
pipeline = dlt.pipeline(
pipeline = dlt.pipeline(
pipeline_name="dlt_zendesk_pipeline", # Use a custom name if desired
destination="duckdb", # Choose the appropriate destination (e.g., duckdb, redshift, post)
dev_mode = False
dev_mode = False,
dataset_name="sample_zendesk_data" # Use a custom name if desired
)
data = zendesk_support(load_all=True, start_date=start_date)
Expand Down

0 comments on commit 6102224

Please sign in to comment.