diff --git a/lightweight-airflow/Dockerfile b/lightweight-airflow/Dockerfile index e068e9a..de0e3ad 100644 --- a/lightweight-airflow/Dockerfile +++ b/lightweight-airflow/Dockerfile @@ -15,5 +15,6 @@ USER airflow RUN pip install --no-cache-dir \ apache-airflow-providers-apache-hive \ apache-airflow-providers-common-sql \ + apache-airflow-providers-onehouse \ "pyhive[hive_pure_sasl]" \ --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5/constraints-3.12.txt"