You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing)
Operating system
Windows
What happened?
In my Select Values transform, I am using the 'Select & Alter' tab to rename a field. In the same transform I am using the 'Meta-data' tab to change the data type for the same field.
When I try to select the correct field in the Fieldname column, the drop down presents the original field name. I now select the original field name and run the pipeline. This returns an error because the original field name is not known to the the meta change.
If I manually overwrite the field name with the new field name, it works as expected.
From my point of view this is a bug because the meta tab should present the field names how they would be after the renaming ran.