From d9bbfbb69ad9e129f8a22b24ba726aa8eabfd3b7 Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Mon, 11 Mar 2024 22:17:44 +0300 Subject: [PATCH] Update docs/website/docs/general-usage/resource.md --- docs/website/docs/general-usage/resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/general-usage/resource.md b/docs/website/docs/general-usage/resource.md index 6eda43ccea..1542741f3d 100644 --- a/docs/website/docs/general-usage/resource.md +++ b/docs/website/docs/general-usage/resource.md @@ -14,7 +14,7 @@ resource, we add the `@dlt.resource` decorator to that function. Commonly used arguments: - `name` The name of the table generated by this resource. Defaults to the decorated function name. -- `write_disposition` How should the data be loaded at the destination? Currently supported: `append`, +- `write_disposition` Determines how the data should be loaded at the destination. Currently supported: `append`, `replace`, and `merge`. Defaults to `append.` Example: