From 5ef616bd99a8c2a270d923bb3869103db7fa6c6b Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Wed, 13 Sep 2023 21:55:11 +0300 Subject: [PATCH] Fix wording --- .../dlt-ecosystem/visualizations/understanding-the-tables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/docs/dlt-ecosystem/visualizations/understanding-the-tables.md b/docs/website/docs/dlt-ecosystem/visualizations/understanding-the-tables.md index b56688a755..c310af4a54 100644 --- a/docs/website/docs/dlt-ecosystem/visualizations/understanding-the-tables.md +++ b/docs/website/docs/dlt-ecosystem/visualizations/understanding-the-tables.md @@ -284,8 +284,8 @@ the current one. ## Versioned datasets -When you use the `full_refresh` option, `dlt` creates a versioned dataset. This means that each -time you run the pipeline, the data is loaded into a new dataset (a new database schema). +When you set the `full_refresh` argument to `True` in `dlt.pipeline` call, dlt creates a versioned dataset. +This means that each time you run the pipeline, the data is loaded into a new dataset (a new database schema). The dataset name is the same as the `dataset_name` you provided in the pipeline definition with a datetime-based suffix.