Best Practices for Column Descriptors
Last updated
Last updated
Define valid data that can be stored in the is column.
Do not specify the source data. Focus on the destination column.
Column Descriptors are tied to the table. If multiple Wranglers are pointed to the same table, they share the same descriptors.
Provide examples
Tell us how you want us to handle null
Tell us how you want us to handle errors; even provide an example
Be careful not to create contradictions between the data type and the column descriptor. For example, if the data type is int32, do not ask to round to zero decimal places
If there is already information in a descriptor, be careful of deleting it, especially if it is being shared across Wranglers. It is a best practice to add to a description by editing the descriptor versus deleting it.