From f5a9579fcb7500aea246c1b89931b742bdb09892 Mon Sep 17 00:00:00 2001 From: Alex <123@mail.ru> Date: Wed, 24 Sep 2025 11:22:51 +0300 Subject: [PATCH] test --- test_clickhouse_dag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_clickhouse_dag.py b/test_clickhouse_dag.py index b814a90..72d829d 100644 --- a/test_clickhouse_dag.py +++ b/test_clickhouse_dag.py @@ -5,7 +5,7 @@ from datetime import datetime def test_conn(): hook = ClickHouseHook(clickhouse_conn_id="my_clickhouse_provider") - result = hook.get_conn().execute("SELECT 1") + result = hook.get_conn().execute("SELECT * FROM test_repl;") print(result) with DAG(