From bfa31421f951c07bde756ef378b2ad15fee3f979 Mon Sep 17 00:00:00 2001 From: Alex <123@mail.ru> Date: Tue, 23 Sep 2025 12:49:25 +0300 Subject: [PATCH] fix --- clickhouse_dag_new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse_dag_new.py b/clickhouse_dag_new.py index d6e684d..10b1f36 100644 --- a/clickhouse_dag_new.py +++ b/clickhouse_dag_new.py @@ -11,6 +11,6 @@ with DAG( list_tables = PostgresOperator( task_id="list_tables", - postgres_conn_id="clickhouse_http", + postgres_conn_id="clickhouse_db", sql="SELECT 1;" )