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]: Dimension lookup/update transform: Forced to choose a stream field in Lookup mode #4221

Open
gutknecht opened this issue Aug 19, 2024 · 0 comments

Comments

@gutknecht
Copy link

gutknecht commented Aug 19, 2024

Apache Hop version?

2.9

Java version?

17.0.1

Operating system

macOS

What happened?

Example Scenario:
I have a table with institutions and places with validfrom to validto values:
image

For a certain date and an institution_id I want to retrieve the places:
image

For that I uncheck in the fields tab the "Update the dimesion?" option (so I will be working only in the lookup mode)

While being able to correctly choose the "Dimension field", I also have to select a 2. column with the title "New name of output field" which is a dropdown with the incoming stream field.

Leaving that 2. column empty will either create an error in the GUI (SWTException: Widget is disposed) or later when runing the pipline (Dimension lookup/update 2.0 - Key field [null] couldn't be found)

In the lookup mode there is however no need to choose a stream field. Instead the field should should be empty by default, or can be used to rename the looked up database field (as the titel already suggest)

Issue Priority

Priority: 2

Issue Component

Component: Transforms

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