diff --git a/docs/website/docs/general-usage/schema.md b/docs/website/docs/general-usage/schema.md index 13084d2c1a..4e663e61f8 100644 --- a/docs/website/docs/general-usage/schema.md +++ b/docs/website/docs/general-usage/schema.md @@ -227,8 +227,8 @@ 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 tables with table references. This feature is coming soon. +#### Table references +You can annotate nested tables with table references. This feature is coming soon. ## Schema settings