Обновить dags/poruchitelstva.py
This commit is contained in:
parent
337207cbf5
commit
1846ea48f5
|
|
@ -179,7 +179,6 @@ def update_poruchitelstva_structure_with_detailed_errors(**kwargs):
|
||||||
check_result = conn.execute("""
|
check_result = conn.execute("""
|
||||||
SELECT
|
SELECT
|
||||||
(SELECT COUNT(*) FROM poruchitelstva) as main_table_count,
|
(SELECT COUNT(*) FROM poruchitelstva) as main_table_count,
|
||||||
(SELECT COUNT(*) FROM poruchitelstva_normalized) as normalized_count,
|
|
||||||
(SELECT COUNT(DISTINCT column_name) - 7
|
(SELECT COUNT(DISTINCT column_name) - 7
|
||||||
FROM information_schema.columns
|
FROM information_schema.columns
|
||||||
WHERE table_name = 'poruchitelstva'
|
WHERE table_name = 'poruchitelstva'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue