diff --git a/dags/poruchitelstva.py b/dags/poruchitelstva.py index d9c4f2d..5c7a237 100644 --- a/dags/poruchitelstva.py +++ b/dags/poruchitelstva.py @@ -185,7 +185,7 @@ def update_poruchitelstva_structure_with_detailed_errors(**kwargs): AND table_schema = 'public') as company_columns_count """).fetchone() - main_count, normalized_count, company_cols = check_result + main_count, company_cols = check_result result_message = ( f"SUCCESS: Система поручительств обновлена.\n"