Gerard Toonstra
Gerard Toonstra
Yes, it is configured to use AOF: `redis-server --appendonly yes --appendfsync always --dir /data1`
Hi there, So if you're running this on heroku, you're not running this in a docker container, which is the easiest way to get this running. Airflow hasn't really been...
Accepted and comment made. Are you part of that project?
What is passed to the compiler is not actually the query object, not sure if that changed: https://github.com/sqlalchemy/sqlalchemy/blob/6f75807063771496a34b7725d2565acf2528d76f/lib/sqlalchemy/orm/query.py#L2719 It is a statement object that is passed into the clickhouse compiler...
What ends up happening: - The select statement/object has some attributes added/modified in query.py - The query is passed back to SQLAlchemy - SQLAlchemy calls the Clickhouse compiler. The "visit_select"...
@xzkostyan : Do you have any idea? There are definitely some changes introduced in 1.4 that break the internal SQL Compiler. This file no longer overrides select create: https://github.com/xzkostyan/clickhouse-sqlalchemy/blob/b60c62488ea52068a85e32cb7828238cd80c0cc5/clickhouse_sqlalchemy/sql/selectable.py#L66 maybe...
@xzkostyan Do you have any idea, or are we using this wrong?
Reviving this. I recently had to look into proxies and stumbled across this as well.
This issue is still open, but I did get this working through "voucher proxy". The downside of the voucher proxy is that it's not as secure as this solution (I...
Installed this today with "latest" and getting the same error. Cannot use import statement outside a module