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
The Metadata Injection documentation should be improved for those transforms that have (in their GUI) options in a combobox or similar, especially when their text doesn't fit with what the Metadata injection procedure needs to receive.
Example: the Calculator transform, at the row List of calculations -> Calculation type, requires one of the values defined in the CalculatorMetaFunction$CalculationType enum (e.g. ADD_TIME_TO_DATE) and not the corresponding description in the GUI (Add time B to date A).
Issue Priority
Priority: 3
Issue Component
Component: Documentation, Component: Transforms
The text was updated successfully, but these errors were encountered:
Added descriptions for Metadata Injection as suggested, and "Metadata Injection support" paragraph
Added rows for 6 undocumented functions in Calculator (last 6 in the table)
Beware that ROUND_CUSTOM_1 and ROUND_CUSTOM_2 seem not to be actually implemented!
* Fixapache#4025 - Update calculator.adoc
Added descriptions for Metadata Injection as suggested, and "Metadata Injection support" paragraph
Added rows for 6 undocumented functions in Calculator (last 6 in the table)
Beware that ROUND_CUSTOM_1 and ROUND_CUSTOM_2 seem not to be actually implemented!
What needs to happen?
The Metadata Injection documentation should be improved for those transforms that have (in their GUI) options in a combobox or similar, especially when their text doesn't fit with what the Metadata injection procedure needs to receive.
Example: the Calculator transform, at the row
List of calculations -> Calculation type
, requires one of the values defined in theCalculatorMetaFunction$CalculationType
enum (e.g.ADD_TIME_TO_DATE
) and not the corresponding description in the GUI (Add time B to date A
).Issue Priority
Priority: 3
Issue Component
Component: Documentation, Component: Transforms
The text was updated successfully, but these errors were encountered: