From 885b28ceb20b72a7732004f59af56397c8adf20d Mon Sep 17 00:00:00 2001 From: "Alexis A." Date: Tue, 10 Sep 2024 15:45:21 +0200 Subject: [PATCH] temp --- .../include/sql/sparte/models/ocsge/for_app/for_app_commune.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/include/sql/sparte/models/ocsge/for_app/for_app_commune.sql b/airflow/include/sql/sparte/models/ocsge/for_app/for_app_commune.sql index 1ff66fb6f..86b7477f8 100644 --- a/airflow/include/sql/sparte/models/ocsge/for_app/for_app_commune.sql +++ b/airflow/include/sql/sparte/models/ocsge/for_app/for_app_commune.sql @@ -50,7 +50,7 @@ select when millesimes.last_millesime is not NULL then millesimes.last_millesime - when commune.name is NULL then 2019 + when commune.name is NULL then 2021 end as last_millesime, coalesce(admin_express_commune.name, commune.name) as name, -- noqa: L029 coalesce(admin_express_commune.srid_source, 2154) as srid_source,