Skip to content

Commit

Permalink
Update docs/website/docs/general-usage/resource.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Mar 11, 2024
1 parent ec77a3f commit d9bbfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d9bbfbb

Please sign in to comment.