Skip to content

Commit

Permalink
Update docs/website/docs/tutorial/sql_database.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Sep 12, 2024
1 parent eb364fb commit e933365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/tutorial/sql_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ if __name__ == '__main__':
## 8. Load data incrementally
Often you don't want to load the whole data in each load, but rather only the new or modified data. `dlt` makes this easy with [incremental loading](../general-usage/incremental-loading).
Often you don't want to load the whole data in each load, but rather only the new or modified data. dlt makes this easy with [incremental loading](../general-usage/incremental-loading).
In the example below, we configure the table `"family"` to load incrementally based on the column `"updated"`:
Expand Down

0 comments on commit e933365

Please sign in to comment.