Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, if an input is declared sensitive we leave out the "value" field when building the JSON that represents the input.
If the input is a map that has sensitive fields (a feature that was added with SQOOP-2549), we replace the values of sensitive fields with an empty string. This could be confusing from the perspective of the user because the actual value of a field could be the empty string.
It may be clearer to have some placeholder that we use when a value has been redacted due to sensitivity.