Skip to content

Commit

Permalink
Adjust pipeline explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sultan Iman committed Feb 1, 2024
1 parent bf453dd commit 5e5ec2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/website/docs/general-usage/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ keywords: [pipeline, source, full refresh]
# Pipeline

A [pipeline](glossary.md#pipeline) is a connection that moves the data from your Python code to a
[destination](glossary.md#destination). Typically, you pass the `dlt` [sources](source.md) or
[resources](resource.md) to the pipeline. You can also pass generators, lists and other iterables to
it. When the pipeline runs, the resources get executed and the data is loaded at destination.
[destination](glossary.md#destination). Pipeline accepts `dlt` [sources](source.md) or
[resources](resource.md) as well as generators, lists and any iterables.
Once pipeline runs, all resources get evaluated and the data is loaded at destination.

Example:

Expand Down

0 comments on commit 5e5ec2b

Please sign in to comment.