From 2690e00464f3a88dc1e4f4278a5971c4d84d021d Mon Sep 17 00:00:00 2001 From: anuunchin <88698977+anuunchin@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:22:25 +0100 Subject: [PATCH] Update docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md Co-authored-by: Anton Burnashev --- .../website/docs/dlt-ecosystem/verified-sources/sql_database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md b/docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md index 844fcc3004..8b3334668a 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md @@ -358,7 +358,7 @@ To create your own pipeline, use source and resource methods from this verified print(info) ``` - > This process initially loads all data from the "family" table starting at midnight on January 1, 2022. For later runs, it uses the "updated" field for incremental loading as well. + This process initially loads all data from the `family` table starting at midnight on January 1, 2022. For later runs, it uses the `updated` field for incremental loading as well. :::info * For merge write disposition, the source table needs a primary key, which `dlt` automatically sets up.