Changing the precision and scale for decimal fields in an output schema
You can change the precision and scale for fields of the decimal
data type.
To change the precision and scale for decimal
fields in an output schema:
In the Pipeline Studio, open the pipeline you want to edit.
For the plugin you want to edit, click the Properties button.
Go to the Output Schema and find the
decimal
field you want to change.Click the three dots next to the trash can icon:
Â
Change the precision and scale.
Â
Click Save.
Note for Oracle users: If there are any Numbers present in the decimal
fields with the scale greater than the scale defined in the plugin, CDAP rounds the values. For example, if you specify precision=10, scale = 3 and the value 123.4567 comes in, CDAP rounds to 123.457.
Created in 2020 by Google Inc.