marklogic-community / pipes

Pipes for MarkLogic DataHub is visual programming tool for MarkLogic Data Hub. It integrates with MarkLogic's Datahub and produces custom code step(s) using a no-code UI environment.
https://marklogic-community.github.io/pipes/
Other
12 stars 1 forks source link

[BUG] Link (pipe) between Lookup Query and Subgraph gone #316

Closed SabineVanEs closed 3 years ago

SabineVanEs commented 3 years ago

Describe the bug In Pipes I'm currently using a subgraph for mapping. Each time I save the graph and open it later on the connection between the last Lookup and the subgraph is gone. This does not only happens with me but with my collagues.

To Reproduce

  1. On the Main graph create a Lookup Query and link the output to a subgraph.
  2. Save the graph
  3. Close and reopen the graph
  4. See attachment for result

Expected behavior I would expect the link between the Lookup Query and the subgraph to keep existing after saving and reopening the graph.

Screenshots Pipes1

Pipes2

Desktop (please complete the following information):

josvanroosmalen commented 3 years ago

I will send you an email.

josvanroosmalen commented 3 years ago

I can reproduce this issue. I will look into this.

josvanroosmalen commented 3 years ago

Root cause found. Fix in progress.

josvanroosmalen commented 3 years ago

Fixed. Shipping this bug. Fixed in release 1.4

SabineVanEs commented 3 years ago

The release is installed and working fine. Thanks!