Код: Выделить всё
import clickhouse_connect
connect_copy = clickhouse_connect.get_client(
interface='https'
, host = my_id_adress
, port = 8443
, database = 'database_name'
, username = 'username '
, password = 'password '
, secure = 'https'
, verify = 'True'
, server_host_name = 'my_url.com'
)
Код: Выделить всё
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 69-76: ordinal not in range(256)
Подробнее здесь: https://stackoverflow.com/questions/791 ... se-connect