Results 6 issues of bral

How can i get data by chunks? Code: ``` conn = await connect( host=settings.CLICKHOUSE_BACKEND_HOST, port=settings.CLICKHOUSE_BACKEND_TCP_PORT, user=settings.CLICKHOUSE_BACKEND_USER, password=settings.CLICKHOUSE_BACKEND_PASSWORD, database="datasets", send_receive_timeout=1000, ) async with conn.cursor(cursor=DictCursor) as cursor: cursor.set_stream_results(stream_results=True, max_row_buffer=1000) await cursor.execute( """...

bug

### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe...

According to [documentation](https://elasticsearch-py.readthedocs.io/en/7.9.1/async.html?highlight=expand_action_callback#bulk-and-streaming-bulk) : ``` import asyncio from elasticsearch import AsyncElasticsearch from elasticsearch.helpers import async_bulk es = AsyncElasticsearch() async def gendata(): mywords = ['foo', 'bar', 'baz'] for word in mywords:...

Hello! Thank you for your project! Sometimes postgres is not used, so it would be great to export the downloaded data to a file, for later loading into the databases...

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...

bug
status:backlog
ui
priority:low

Hello! Can you provide a list of implemented Scylla types? in my case i try convert ip address in string format (xxx.xxx.xxx.xxx) to INET type. and as I understand it,...