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 2023/01/21 20:06:53 UTC

[hop] branch master updated (9a8048223e -> 0060011ee1)

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

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


    from 9a8048223e Merge pull request #2176 from hop-weblate/weblate-apache-hop-codebase-hop
     new f79769d5a8 initial pipeline probe sample version #2150
     new d0f526846f pipeline data probe updated docs, initial version of transform docs #2150
     new 19db94e077 corrected doc link #2150
     new 0060011ee1 Merge pull request #2177 from bamaer/2150

The 5257 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/hop-user-manual/modules/ROOT/nav.adoc         |   1 +
 .../ROOT/pages/metadata-types/pipeline-probe.adoc  |  25 ++-
 .../modules/ROOT/pages/pipeline/transforms.adoc    |   1 +
 .../pipeline/transforms/pipeline-data-probe.adoc   |  62 ++++++
 .../probe/transform/PipelineDataProbeMeta.java     |   2 +-
 .../pipeline-probe/pipeline-probe-example.json     |  11 +
 .../pipeline-probe/pipeline-probe-example.hpl      | 232 +++++++++++++--------
 .../pipeline-probe-generate-fake-books.hpl         |  98 ++++-----
 8 files changed, 298 insertions(+), 134 deletions(-)
 create mode 100644 docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/pipeline-data-probe.adoc
 create mode 100644 plugins/misc/reflection/src/main/samples/metadata/pipeline-probe/pipeline-probe-example.json
 copy integration-tests/beam_directrunner/0010-get-file-names-create-files.hpl => plugins/misc/reflection/src/main/samples/pipeline-probe/pipeline-probe-example.hpl (50%)
 copy integration-tests/parameters_and_variables/0001-get-variable.hpl => plugins/misc/reflection/src/main/samples/pipeline-probe/pipeline-probe-generate-fake-books.hpl (70%)