From 0c6fd65806771202f69e39af2b59d901cca25ad2 Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Wed, 6 Nov 2024 19:09:21 +0100 Subject: [PATCH] nake title shorter (#2032) --- docs/examples/partial_loading/partial_loading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/partial_loading/partial_loading.py b/docs/examples/partial_loading/partial_loading.py index 23b9545eb4..1d73a2aec0 100644 --- a/docs/examples/partial_loading/partial_loading.py +++ b/docs/examples/partial_loading/partial_loading.py @@ -1,6 +1,6 @@ """ --- -title: Load data to Filesystem destination with partial replace using backfill management +title: Backfill to Filesystem with partial replace description: Load chess game data from Chess.com into a filesystem destination, while deleting old backfill files. keywords: [incremental loading, REST API, dlt, chess.com, data pipeline, backfill management, filesystem] ---