You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise DataError(error_messages[error_num])
clickhouse_connect.driver.exceptions.DataError: Invalid None value in non-Nullable column
INFO:backoff:Backing off insert_with_backoff(...) for 65.2s (clickhouse_connect.driver.exceptions.DataError: Invalid None value in non-Nullable column)
The text was updated successfully, but these errors were encountered:
The error appears to be that when inserting into MyScale, some columns that should not have None values are receiving None. To better pinpoint the exact location of the problem, could you please provide the specific code that reproduces this error? Additionally, a more detailed error log would be helpful.
raise DataError(error_messages[error_num])
clickhouse_connect.driver.exceptions.DataError: Invalid None value in non-Nullable column
INFO:backoff:Backing off insert_with_backoff(...) for 65.2s (clickhouse_connect.driver.exceptions.DataError: Invalid None value in non-Nullable column)
The text was updated successfully, but these errors were encountered: