I have mysql table which consists of fields (from_time, to_time)
having time
data type. Here is below my table description and some data from that table.
I want to migrate mysql data to clickhouse. Clickhouse accepts the time
data type field as a string
. But when I try to dump data from mysql to clickhouse it shows me the following error.
CRITICAL:ex='datetime.timedelta' object has no attribute 'encode'
Is there any solution ??