Skip to content

Commit

Permalink
Update schema.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha authored Dec 18, 2024
1 parent 3ebb447 commit 3aaa338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/website/docs/general-usage/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ You are able to bring your own `row_key` by adding a `_dlt_id` column/field to y

`merge` write disposition requires an additional nested reference that goes from **nested** to **root** table, skipping all parent tables in between. This reference is created by [adding a column with a hint](incremental-loading.md#forcing-root-key-propagation) `root_key` (named `_dlt_root_id` by default) to nested tables.

#### Table references
You can annotate nested tables with table references. This feature is coming soon.

## Schema settings

The `settings` section of the schema file lets you define various global rules that impact how tables
Expand Down

0 comments on commit 3aaa338

Please sign in to comment.