From 880e6e02555692339b356b2e20a5960f36db58f5 Mon Sep 17 00:00:00 2001 From: David Scharf Date: Wed, 4 Oct 2023 13:16:25 +0200 Subject: [PATCH] fix examples header (#668) --- docs/website/docs/examples/_examples-header.md | 2 +- docs/website/docs/examples/incremental_loading/index.md | 3 ++- docs/website/docs/examples/transformers/index.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/website/docs/examples/_examples-header.md b/docs/website/docs/examples/_examples-header.md index 9840b00d29..0a8ee31945 100644 --- a/docs/website/docs/examples/_examples-header.md +++ b/docs/website/docs/examples/_examples-header.md @@ -17,5 +17,5 @@ cd ./dlt/docs/examples/${props.slug} # install dlt with duckdb pip install "dlt[duckdb]" # run the example script -python run.py`} +python ${props.run_file}.py`} diff --git a/docs/website/docs/examples/incremental_loading/index.md b/docs/website/docs/examples/incremental_loading/index.md index 826cb60d6c..629138dc11 100644 --- a/docs/website/docs/examples/incremental_loading/index.md +++ b/docs/website/docs/examples/incremental_loading/index.md @@ -11,7 +11,8 @@ import Header from '../_examples-header.md'; The state of your incremental loads will be persisted in your selected destination and restored and used on each new load, making it very easy to keep your loaded dataset up to date with the source." - slug="incremental_loading" /> + slug="incremental_loading" + run_file="zendesk" /> ## Incremental loading with the Zendesk API diff --git a/docs/website/docs/examples/transformers/index.md b/docs/website/docs/examples/transformers/index.md index 9ed767e4ca..60478df5bf 100644 --- a/docs/website/docs/examples/transformers/index.md +++ b/docs/website/docs/examples/transformers/index.md @@ -9,7 +9,8 @@ import Header from '../_examples-header.md';
+ slug="transformer" + run_file="pokemon" /> ## Using transformers with the pokemon api