From 04d40de567dada91a3d7d42b054e0384616beb44 Mon Sep 17 00:00:00 2001 From: bn_user Date: Tue, 2 Dec 2025 14:41:24 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20dags/pogasheniya.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dags/pogasheniya.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dags/pogasheniya.py b/dags/pogasheniya.py index dddfa98..793aa46 100644 --- a/dags/pogasheniya.py +++ b/dags/pogasheniya.py @@ -7,6 +7,7 @@ from requests.auth import HTTPBasicAuth from sqlalchemy import create_engine, text from airflow import DAG from airflow.operators.python import PythonOperator +import logging default_args = { 'owner': 'airflow',