lpoaura / gn_vn2synthese

SQL Scripts to automatically populate GeoNature synthesis from VisioNature datas
3 stars 2 forks source link

08_upsert_observations.sql : erreurs de retour à la ligne #30

Open blaisegeo opened 6 hours ago

blaisegeo commented 6 hours ago

What is the bug or the crash?

Dans ce fichier 08_upsert_observations.sql, il y a 3 retours à la ligne mal placés :

Lignes 152 et 153 : src_lpodatas.fct_c_get_or_insert_dataset_from_shortname_wit h_af_id ('LPO_SYMPETRUM' , NULL ,

Lignes 154 et 155 : src_lpodatas.fct_c_get_or_insert_basic_acquisition_fram ework ('LPO_SYMPETRUM' , 'CA LPO-SYMPETRUM'

Lignes 198 et 199 : coalesce(coalesce(coalesce(ref_nomenclatures.fct_c_get_synonyms_nomencl ature ('STATUT_BIO' , NEW.item #>> '{observers,0,atlas_code}') , CASE WHEN

Steps to reproduce the issue

Exécuter le script.

Versions

1.4.1

Additional context

No response