Skip to content

Commit

Permalink
shortens example titles
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Oct 4, 2023
1 parent 5a92beb commit 0fcada4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/website/docs/examples/incremental_loading/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In this example, you'll find a Python script that interacts with the Zendesk Sup

We'll learn:

- How to pass [credentials](../../general-usage/credentials) as dict
- How to pass [credentials](../../general-usage/credentials) as dict and how to type the `@dlt.source` function arguments.
- How to set [the nesting level](../../general-usage/source#reduce-the-nesting-level-of-generated-tables).
- How to enable [incremental loading](../../general-usage/incremental-loading) for efficient data extraction.
- How to specify [the start and end dates](../../general-usage/incremental-loading#using-dltsourcesincremental-for-backfill) for the data loading and how to [opt-in to Airflow scheduler](../../general-usage/incremental-loading#using-airflow-schedule-for-backfill-and-incremental-loading) by setting `allow_external_schedulers` to `True`.
Expand Down
2 changes: 1 addition & 1 deletion docs/website/docs/examples/transformers/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Get Pokemon details in parallel using transformers
title: Pokemon details in parallel using transformers
description: Learn how to use dlt transformers and how to speed up your loads with parallelism
keywords: [transformers, parallelism, example]
---
Expand Down

0 comments on commit 0fcada4

Please sign in to comment.