FessAectan
Results
1
comments of
FessAectan
Try to add row[key] = '' if row[key] is None else row[key] in /usr/local/lib/python3.6/site-packages/clickhouse_mysql/writer/chwriter.py 77 line a piece of code ```python for row in event_converted: for key in row.keys(): row[key]...