From db462494d9c51a37239e0a300874c0f6296e36f6 Mon Sep 17 00:00:00 2001 From: Sagar Lakshmipathy <18vidhyasagar@gmail.com> Date: Tue, 24 Mar 2026 12:04:54 -0700 Subject: [PATCH] Add apache-airflow-providers-onehouse to lightweight-airflow Dockerfile Co-Authored-By: Claude Sonnet 4.6 --- lightweight-airflow/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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"