Skip to content

Commit db23c71

Browse files
authored
Update destination-tables.md (#1386)
1 parent 7a99633 commit db23c71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/website/docs/general-usage/destination-tables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ pipeline = dlt.pipeline(
7474
load_info = pipeline.run(users)
7575
```
7676

77-
The result will be the same, but the table is implicitly named `users` based on the resource name.
77+
The result will be the same, note that we do not explicitly pass `table_name="users"` to `pipeline.run`,
78+
and the table is implicitly named `users` based on the resource name (e.g. `users()` decorated with `@dlt.resource`).
7879

7980
:::note
8081

0 commit comments

Comments
 (0)