Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Steps Require Unique Names #244

Open
wpaven opened this issue Apr 27, 2021 · 1 comment
Open

[BUG] Steps Require Unique Names #244

wpaven opened this issue Apr 27, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@wpaven
Copy link
Contributor

wpaven commented Apr 27, 2021

*### Welcome Data Hub Central Community Edition(DHCCE) enthusiast!

Let's get the most out of this ticket, please fill out this template.

The issue

Short description of the problem:

Seems steps have to have unique names in each flow.

If you create a step “MapCustomers” in flow A and next create a “MapCustomers” step in flow B, you’ll end up with only one MapCustomers step in the datahub project with only the B flow mappings assigned. The second step of similar name overwrites the first.

Give steps unique names for now.

What behavior are you expecting?

What are the steps to reproduce the issue:
1)
2)
3)

Tech details

Which Operating System are you using?

Which version of MarkLogic are you using?

Which version of the Data Hub are you using?

The devil is in the details...

If possible, rerun the command with -d for debugging output and attach the output:

java -jar dhcce.jar -d > myoutput.txt

@wpaven wpaven added the bug Something isn't working label Apr 27, 2021
@wpaven
Copy link
Contributor Author

wpaven commented Apr 28, 2021

This isn't necessarily a bug. This is how hub central works. In HC, steps can be re-used across flows, so require unique names.
The UI here could prompt a user to provide a unique name to help avoid this.
With planned convergence of CE with HC, update here may not be required.
For now provide unique names for steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant