Anton Bryzgalov

Results 49 comments of Anton Bryzgalov

You are right: setting type to webpack works. I think you'd better clarify it in the example.

I've proposed #11, please see.

Can this be planned for implementation? I am contribute in case you may provide me with sufficient access to your GCS buckets / GCP account. I may configure the read-only...

Here is an example of an alert: ![Снимок экрана 2021-05-25 в 19 48 34](https://user-images.githubusercontent.com/15062597/119537029-51316a80-bd92-11eb-87c7-cdc2a6e8444b.png) Would be nice to define it so that I can add filters with attributes of resources...

@trungfinity could you please have a look? I need the contracts to be documented since they are not well parsed by Dune Analytics. E.g. see this one, looks like its...

Got the same problem. My settings: * VirtualBox is run on macOS 10.12.6. * Ubuntu 17.10 is run on VirtualBox VM. * PostgreSQL Server is run under the virtual machine....

No plans for it yet. You may propose a PR for this. But keep in mind that SQL queries may be parameterized, so an important concern is to design an...

@babaralishah you should use not `localhost` but ClickHouse container IP to access it from another container (Airflow). `localhost` inside a container is a container itself. Read more about Docker [network...

> Should I start a separate issue explaining the benefits of turning this plugin into a provider? Wow, will it change this plugin completely? I am not yet familiar with...

Thank you all for your feedback, connection-related instructions are now added to README: https://github.com/whisklabs/airflow-clickhouse-plugin/blob/master/README.md#how-to-create-an-airflow-connection-to-clickhouse This issue is kept open till we define a special connection type for ClickHouse.