From 6e1b3f2ec905bab875138da249a9b2c5abc4fd26 Mon Sep 17 00:00:00 2001 From: airflow Date: Thu, 18 Sep 2025 16:16:46 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20clickhouse=5Fdag.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clickhouse_dag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse_dag.py b/clickhouse_dag.py index d495e73..04f45d9 100644 --- a/clickhouse_dag.py +++ b/clickhouse_dag.py @@ -19,5 +19,5 @@ with DAG( log_response=True, retries=0, retry_delay=0, - timeout=10, + timeout=10 ) \ No newline at end of file