Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Nov 20, 2023
1 parent 2daaef7 commit e1722a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/quickstart_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For more information on tasks, see "[TK - task feature/concept doc](#)".

The @workflow decorator indicates a function-esque construct that defines a workflow

* Workflows specify the flow of data between tasks, and the dependencies between tasks.
* Workflows specify the flow of data between tasks, and the dependencies between tasks.
* A workflow appears to be a Python function but is actually a DSL that only supports a subset of Python syntax and semantics.
* When deployed to a Flyte cluster the workflow function is "compiled" to construct the directed acyclic graph (DAG) of tasks, defining the order of execution of task pods and the data flow dependencies between them. TK - what part of the data plane does the compiling?

Expand Down

0 comments on commit e1722a1

Please sign in to comment.