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

[Feature Request]: Update field in all transforms upon renaming #4878

Open
gmitter-ef opened this issue Feb 7, 2025 · 0 comments
Open

[Feature Request]: Update field in all transforms upon renaming #4878

gmitter-ef opened this issue Feb 7, 2025 · 0 comments

Comments

@gmitter-ef
Copy link

gmitter-ef commented Feb 7, 2025

What would you like to happen?

When you decide to rename a field, even when renaming it in the transform that generates it / puts it into the stream, the subsequent transforms that use it still reference it with the old name, which makes the pipeline fail.
It would be extremely practical to be able to rename stream-fields and automatically update their usages in the subsequent transforms.

Example: select-values-basic.hpl in samples/transforms, open "Test Data", rename "id" to "id1" ==> the pipeline fails with
"Rename, reorder fields.0 - ERROR: Couldn't find field 'id' in row!"

Issue Priority

Priority: 3

Issue Component

Component: Pipelines, Component: Hop Gui

@gmitter-ef gmitter-ef changed the title [Feature Request]: update field in all transforms upon renaming [Feature Request]: Update field in all transforms upon renaming Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant