Skip to content

Commit

Permalink
Update docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Burnashev <[email protected]>
  • Loading branch information
anuunchin and burnash authored Nov 16, 2023
1 parent b563ae7 commit 3f5f6a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ To create your own pipeline, use source and resource methods from this verified
info = pipeline.run(source, write_disposition="merge")
print(info)
```
> In this example, we load data from the 'family' table, using the 'updated' column for incremental loading. In the first run, the process loads all data starting from midnight (00:00:00) on January 1, 2022. Subsequent runs perform incremental loading, guided by the values in the 'updated' field.
In this example, we load data from the `family` table, using the `updated` column for incremental loading. In the first run, the process loads all data starting from midnight (00:00:00) on January 1, 2022. Subsequent runs perform incremental loading, guided by the values in the `updated` field.

1. To incrementally load the "family" table using the 'sql_table' resource.

Expand Down

0 comments on commit 3f5f6a2

Please sign in to comment.