Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
__wip: Add a first "monitoring" tool
We are trying to get better at counting, alerting and reporting the quality of our data. In the end, an alerting system that takes into account the past quality (freshness, number of lines, empty columns, geolocation scores, etc) should be available for us to be warned when a serious data quality issue appears. On the top of that, an always-available dashboard that imeediately tells us about the current data quality would be a must. (data-inclusion) [victor@W]<~/dev/data-inclusion/pipeline> python dags/monitor.py ! ERROR query='SELECT COUNT(*) FROM public_intermediate.int_annuaire_du_service_public__structures;' failed, table does not exist ! ERROR query='SELECT COUNT(*) FROM fredo.structures;' failed, table does not exist ! ERROR query='SELECT COUNT(*) FROM public_intermediate.int_fredo__structures;' failed, table does not exist ! ERROR query='SELECT COUNT(*) FROM public_intermediate.int_un_jeune_une_solution__services;' failed, table does not exist ! ERROR query='SELECT COUNT(*) FROM public_intermediate.int_un_jeune_une_solution__structures;' failed, table does not exist source stream raw staging intermediate marts action_logement services 26 23 2760 0 action_logement structures 123 120 120 0 agefiph services 31 31 27 25 annuaire_du_service_public etablissements 68500 68500 0 0 cd35 organisations 3538 3538 3538 3546 cd72 services 474 0 0 0 cd72 structures 217 474 474 457 data_inclusion services 47 44 44 50 data_inclusion structures 22 19 19 20 dora services 17635 11619 11619 10042 dora structures 8507 8507 8507 7786 emplois_de_linclusion organisations 8575 8575 15811 15802 emplois_de_linclusion siaes 7236 7236 15811 15802 finess etablissements 95746 95746 15934 0 france_travail agences 888 888 888 888 france_travail services 28 25 22200 20424 fredo structures 0 0 0 0 mediation_numerique services 20845 19463 19463 18830 mediation_numerique structures 20845 19463 19463 18830 mes_aides aides 684 684 959 957 mes_aides garages 907 907 869 868 reseau_alpha formations 388 388 388 757 reseau_alpha structures 757 757 757 729 siao etablissements 19422 19422 19422 0 soliguide lieux 22223 22223 22028 21041 un_jeune_une_solution benefits 933 933 0 0 un_jeune_une_solution institutions 713 713 0 0
- Loading branch information