HeatWave AutoML supports the following data types:
Note
Date and time data types are supported as of MySQL 8.0.30.
Before MySQL 8.0.30, you can remove date and time types or
convert them to CHAR
or
VARCHAR
columns, or split them
into separate day, month, and year columns and define them as
numeric or string types.
DECIMAL
data type columns are not
supported. You can either remove them or convert them to
FLOAT
.