Skip to content

Commit

Permalink
Update rsts/plugins/extend/intro.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Katrina Rogan <[email protected]>
  • Loading branch information
kumare3 and Katrina Rogan authored Feb 22, 2021
1 parent 8049615 commit c25537f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rsts/plugins/extend/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ When & How to Extend Flyte
###########################

The Core of Flyte is a container execution engine, where you can write one or more tasks and string them together to form a data dependency DAG - called a ``workflow``.
If your work involves writing simple python or java tasks that can either perform operations on their own or can call out to external services - then there is ``NO NEED to extend FLYTE``.
If your work involves writing simple python or java tasks that can either perform operations on their own or can call out to external services - then there is **NO NEED to extend FLYTE**.

But, in that case you can almost do everything using python / java or a container - So Why should you even have to extend Flyte?

Expand Down Expand Up @@ -123,4 +123,4 @@ Use the conclusion of the flow-chart to refer to the right doc
================================================================

- :ref:`extend-plugin-flytekit-python`
- :ref:`extend-plugin-flyte-backend`
- :ref:`extend-plugin-flyte-backend`

0 comments on commit c25537f

Please sign in to comment.