Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Sep 13, 2023
1 parent 02f9274 commit 5ef616b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5ef616b

Please sign in to comment.