Anton Bryzgalov

Results 49 comments of Anton Bryzgalov

@sobolevn will you have a chance to review? https://github.com/wemake-services/wemake-python-styleguide/pull/1760

Hi @simpl1g thank you for sharing, your approach sounds the best balance of fault-tolerance and efficiency. Could you please share an implementation with the community? I will be glad to...

At the time of publishing the PR is in WIP (work in progress) state since I need an advice from the community. Thus, neither documentation nor tests are updated.

Hi @simpl1g and @genzgd, I've wrapped up this PR for `insert+replace` strategy implementation: added some fancy documentation in the README and threw in integration tests (taking a page from lw-deletes)....

Hi @simpl1g and @genzgd! This is a kind reminder about my PR which is ready for your review. **We have successfully battle-tested it internally** ✅ We install my version from...

> Regarding the first one about the method of passing arguments to `clickhouse_driver.Client` - currently there's 23 arguments, most of them are optionals. So, minimal boilerplate version should use something...

Hi @m1racoli thank you for reporting an issue :+1: I have encountered the same limitation which was surprising to me. I agree that `default_args` should keep working for dynamic tasks...

> > @babaralishah where is your ClickHouse server running? This plugin uses NATIVE clickhouse protocol, so most likely you should use port 9000 and make sure the server is available...

Hi guys, `ClickHouseOperator` (and `ClickHouseSensor`, and `ClickHouseHook`) supports multiple statements in `sql` parameter. They are executed one by one. `parameters` are applied to all the queries. Result of the last...

Airflow ClickHouse Plugin is intended to be a wrapper around clickhoude-driver which supports execution of a single query only. You may submit a feature request to clickhouse-driver to support multiple...