Skip to content

Commit

Permalink
Fix another relative link
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Sep 15, 2023
1 parent 1dec20f commit 1fa0a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/destination-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ problems.

So far we've been using the `append` write disposition in our example pipeline. This means that
each time we run the pipeline, the data is appended to the existing tables. When you use [the
merge write disposition](../../general-usage/incremental-loading.md), `dlt` creates a staging database schema for
merge write disposition](incremental-loading.md), dlt creates a staging database schema for
staging data. This schema is named `<dataset_name>_staging` and contains the same tables as the
destination schema. When you run the pipeline, the data from the staging tables is loaded into the
destination tables in a single atomic transaction.
Expand Down

0 comments on commit 1fa0a70

Please sign in to comment.