Skip to content

Commit

Permalink
Remove an extra line break
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed May 21, 2024
1 parent 60125a0 commit 7ded83a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/website/docs/general-usage/destination-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ pipeline = dlt.pipeline(
load_info = pipeline.run(data, table_name="users")
```

Running this pipeline will create two tables in the destination, `users` and `users__pets`. The `users` table will contain the top-level data, and the `users__pets` table will contain the child data. Here

is what the tables may look like:
Running this pipeline will create two tables in the destination, `users` and `users__pets`. The `users` table will contain the top-level data, and the `users__pets` table will contain the child data. Here is what the tables may look like:

**mydata.users**

Expand Down

0 comments on commit 7ded83a

Please sign in to comment.