From 3aaa33835c90cfddecc3a5414ba2e32ba2f2123c Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Wed, 18 Dec 2024 21:37:26 +1100 Subject: [PATCH] Update schema.md --- docs/website/docs/general-usage/schema.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/website/docs/general-usage/schema.md b/docs/website/docs/general-usage/schema.md index 713ff666d3..4e663e61f8 100644 --- a/docs/website/docs/general-usage/schema.md +++ b/docs/website/docs/general-usage/schema.md @@ -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