A
https://github.com/Infinidat/infi.clickhouse_orm/tree/master/src/infi/clickhouse_orm/database.py#L271
в raw
ничего такого нет
https://github.com/Infinidat/infi.clickhouse_orm/tree/master/src/infi/clickhouse_orm/database.py#L283
Size: a a a
A
S
str_get_last_data = f"""
select distinct id
from eddy_tickets
FORMAT CSVWithNames
"""
ticket_ids = pd.read_csv(StringIO(db.raw(str_get_last_data)), sep=',')
A
Э
CREATE TABLE products_views (
date Date,
product_id UInt32,
product_name String,
product_category UInt8
) ENGINE = MergeTree(date, (product_id, url), 8192)
AA
curl http://localhost:8123/replicas_status
Ok.
AB
II
S
AB
AB
str_get_last_data = f"""
select distinct id
from eddy_tickets
FORMAT CSVWithNames
"""
ticket_ids = pd.read_csv(StringIO(db.raw(str_get_last_data)), sep=',')
AB
AB
AP
S
S
AB
S
AP
S
II