Alik Kurdyukov

Results 9 comments of Alik Kurdyukov

Call to `connection_kwargs = conn.extra_dejson.copy()` returns strings, not bool, unfortunately.

The problems shows itself when you configure connection with URL like `sqlite://user:password@server:9440/database?secure=true&verify=false` in env variable of Airflow (https://airflow.apache.org/docs/apache-airflow/stable/howto/connection.html#storing-connections-in-environment-variables). JSON is created by URL parser.

Yes, that's file lock. I managed to get rid on the error setting ``` true ```

Thanks for the review! I fixed most of review comments. Regarding the first one about the method of passing arguments to `clickhouse_driver.Client` - currently there's 23 arguments, most of them...

I bumped into a issue with minimal showplow after installing `meltano` using this guide: https://dagster.io/blog/dagster-meltano-integration-tutorial The guide is a little bit inaccurate because it does not say that you need...

@kinghchan Thank for for PR. We cannot merge it right now, please see clippy error.

Sorry, my method does not work in a real app because pino is executed in a Worker. Need to find another solution.

Working solution implemented, please check