Anton Bryzgalov
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:  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.