You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -8,7 +8,7 @@ keywords: [resource, api endpoint, dlt.resource]
## Declare a resource
A [resource](glossary.md#resource) is an ([optionally async](https://dlthub.com/docs/reference/performance#parallelism)) function that yields data. To create a
A [resource](glossary.md#resource) is an ([optionally async](../reference/performance.md#parallelism)) function that yields data. To create a
resource, we add the `@dlt.resource` decorator to that function.