Skip to content

Commit

Permalink
small change to resource page
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jan 29, 2024
1 parent b844231 commit 568a2ce
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 @@ -8,7 +8,7 @@ keywords: [resource, api endpoint, dlt.resource]

## Declare a resource

A [resource](glossary.md#resource) is a function that yields data. To create a
A [resource](glossary.md#resource) is a ([optionally async](https://dlthub.com/docs/reference/performance#parallelism)) function that yields data. To create a
resource, we add the `@dlt.resource` decorator to that function.

Commonly used arguments:
Expand Down

0 comments on commit 568a2ce

Please sign in to comment.