Обновить dags/poruchitelstva.py
This commit is contained in:
parent
1846ea48f5
commit
0376ee29c4
|
|
@ -185,7 +185,7 @@ def update_poruchitelstva_structure_with_detailed_errors(**kwargs):
|
||||||
AND table_schema = 'public') as company_columns_count
|
AND table_schema = 'public') as company_columns_count
|
||||||
""").fetchone()
|
""").fetchone()
|
||||||
|
|
||||||
main_count, normalized_count, company_cols = check_result
|
main_count, company_cols = check_result
|
||||||
|
|
||||||
result_message = (
|
result_message = (
|
||||||
f"SUCCESS: Система поручительств обновлена.\n"
|
f"SUCCESS: Система поручительств обновлена.\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue