Hi! I've got an error when I try to get data to Power BI from Clickhouse through ODBC connector. It can be seen that the data starts to load, but after a few seconds this error appears:
Failed to save modifications to the server. Error returned: 'OLE DB or ODBC error: [DataSource.Error] ERROR [HY000] Incomplete input stream, expected at least 28 more bytes.
Timeout ODBC = 900000
Query is really simple, like:
SELECT *
FROM scheme1.table1
LIMIT 1000000
scheme1.table1 has about 15 mln of rows.
Could you suggest what is the reason of that issue?
