From 08af508bc776fce95e53f05be2bc71e0f6bd3c98 Mon Sep 17 00:00:00 2001
From: lewa <lene.wasskog@nibio.no>
Date: Fri, 9 Feb 2024 12:37:03 +0100
Subject: [PATCH] fix: Add priority 0 to mock datasource

---
 weather_datasources.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/weather_datasources.yaml b/weather_datasources.yaml
index 4389ea9..267c5fb 100644
--- a/weather_datasources.yaml
+++ b/weather_datasources.yaml
@@ -48,6 +48,7 @@ datasources:
     name: "Mock Weather Data Source"
     description: "Placeholder datasource providing same data for all locations and periods"
     public_URL: https://test.madiphs.org/mwds/
+    priority: 0 # From 0 (lowest) - 10 (highest) When more than one datasource relevant, use this value for prioritization
     organization:
       name: NIBIO
       country: Norway
-- 
GitLab