Anton Bryzgalov

Results 49 comments of Anton Bryzgalov

@was-av could you please provide a fix for a failed test? Unit test `test_get_hook_defined` fails: `AttributeError: module 'airflow.sensors' has no attribute 'sql'`.

In general, we should create a dependency matrix with the following relationship: * Python version. * Airflow max version. * ClickHouse plugin max version. And test them accordingly. In this...

> Could you provide more details on how to implement such a matrix? Simply a markdown table. This requires a manual check of different Python/Airflow/plugin versions compatibility. Something like: Plugin...

Hi @was-av, thank you for a contribution, but I am going to reject this PR. GitPod is a part of your own development environment, might be not used by other...

Hi @tiger24l7, thank you for you feedback. Yes, there is an open PR, you are welcome to contribute :)

Hi @pvaling, yes, we have a restriction on upper bound of Airflow versions to . We are working on migration to Airflow 2.4 in this PR: #44 It is tricky...

Is this fix published? I still have the same issue. Steps to reproduce: 1. Create a `Dockerfile`: ```Dockerfile FROM justinribeiro/lighthouse ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 USER root RUN npm i lighthouse-batch-parallel -g USER...

@Carr1005 thank you for your reply. I have decided to go with another solution using Lighthouse for CI purposes. But I have tried to use your tool within Docker with...

Hi @Carr1005 thank you for extra details. As I have mentioned, I have decided to go with another solution. But still tried yours to help you :) Unfortunately, installing your...

> so I have decided to go with `pipe()` function Thanks for an example, but this does not look suitable for Airflow. Airflow is a scheduler and the data is...