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
I was having issues where it seemed that ClickHouseBulkCopy.WriteToServerAsync was completing successfully and providing the number of rows written. However, the table in CH was still empty. I found that this continuation blindly ignores the exception that it thrown from PostStreamAsync.
The text was updated successfully, but these errors were encountered:
I was having issues where it seemed that
ClickHouseBulkCopy.WriteToServerAsync
was completing successfully and providing the number of rows written. However, the table in CH was still empty. I found that this continuation blindly ignores the exception that it thrown fromPostStreamAsync
.The text was updated successfully, but these errors were encountered: