You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/10/02 08:42:09 UTC

[incubator-hop] branch master updated: (DOC) - simplify grammar and update transform count

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 76b2e00  (DOC) - simplify grammar and update transform count
     new 3656b26  Merge pull request #1103 from thadguidry/patch-2
76b2e00 is described below

commit 76b2e0098b6ddb1b0e01153549ea2d3cfea2f28b
Author: Thad Guidry <th...@gmail.com>
AuthorDate: Fri Oct 1 20:31:50 2021 -0500

    (DOC) - simplify grammar and update transform count
---
 .../modules/ROOT/pages/getting-started/hop-gui-pipelines.adoc         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/getting-started/hop-gui-pipelines.adoc b/docs/hop-user-manual/modules/ROOT/pages/getting-started/hop-gui-pipelines.adoc
index c3c5bdf..b78f42b 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/getting-started/hop-gui-pipelines.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/getting-started/hop-gui-pipelines.adoc
@@ -25,7 +25,7 @@ In xref:getting-started/hop-concepts.adoc[Concepts], we walked through pipelines
 Let’s remember:
 
 * A pipeline consists of a chain of transforms that read, process or write data.
-Transforms are connected through hops.
+Transforms are connected by hops.
 Hops have a direction but can't create loops, which effectively makes Pipelines DAGs (Directed Acyclic Graphs).
 * A transform is each basic operation in your pipeline.
 Each transform performs an operation on the data: reads from a source, operates on data in the pipeline or writes to to a target.
@@ -70,7 +70,7 @@ For now, add a xref:pipeline/transforms/rowgenerator.adoc[Generate Rows] and a x
 image:getting-started/gs-hop-gui-create-pipeline-add-two-transforms.png[]
 
 TIP: check the xref:pipeline/transforms.adoc[full list of transforms].
-There are close to 130 transforms available in Hop 0.70, but you'll soon get to know the most commonly used ones.
+There are 186 transforms available in Hop 0.99, but you'll soon get to know the most commonly used ones.
 
 === Create a Hop