From 5c66757b14ac090b6dd6a2bf2e065995277cf692 Mon Sep 17 00:00:00 2001 From: bn_user Date: Fri, 5 Dec 2025 12:35:50 +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/poruchitelstva.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dags/poruchitelstva.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dags/poruchitelstva.py b/dags/poruchitelstva.py index 5c7a237..255d9bf 100644 --- a/dags/poruchitelstva.py +++ b/dags/poruchitelstva.py @@ -192,13 +192,9 @@ def update_poruchitelstva_structure_with_detailed_errors(**kwargs): f"• Активных компаний: {active_companies_count}\n" f"• Пример компаний: {', '.join(companies_list[:3])}{'...' if len(companies_list) > 3 else ''}\n" f"• Записей в основной таблице: {main_count or 0}\n" - f"• Записей в нормализованной таблице: {normalized_count or 0}\n" f"• Колонок компаний в таблице: {company_cols or 0}" ) - if normalized_count == 0: - result_message += "\nWARNING: Нормализованная таблица пуста. Возможно, нет данных о поручительствах." - return result_message except Exception as e: