Skip to content

Commit

Permalink
feat(occhab,export): change default EXPORT_COLUMN values
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jul 18, 2024
1 parent 75f92b0 commit 3c7d825
Showing 1 changed file with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,21 @@ class GnModuleSchemaConf(Schema):
EXPORT_COLUMS = fields.List(
fields.String(),
load_default=[
"identifiantStaSINP",
"metadonneeId",
"dSPublique",
"dateDebut",
"dateFin",
"observateur",
"methodeCalculSurface",
"uuid_station",
"uuid_jdd",
"date_debut",
"date_fin",
"observateurs",
"methode_calcul_surface",
"geometry",
"natureObjetGeo",
"identifiantHabSINP",
"nomCite",
"cdHab",
"precisionTechnique",
"surface",
"altitude_min",
"altitude_max",
"exposition",
"nature_objet_geo",
"uuid_habitat",
"nom_cite",
"cd_hab",
"precision_technique",
],
)

0 comments on commit 3c7d825

Please sign in to comment.