RenameCastColumn
One column transform in rename_cast: an optional rename (alias) and/or an allowlisted cast. At least one must be set.
nameName (string)required
Source column name
alias object
New column name (defaults to name)
- string
- null
string
cast object
Allowlisted target type
- string
- null
string
Possible values: [utf8, int64, float64, bool]
RenameCastColumn
{
"name": "string",
"alias": "string",
"cast": "utf8"
}