From 3f979d7ec9a134d773196c545cdc1549d0a52b08 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 12 Oct 2023 18:18:40 +0200 Subject: [PATCH] Add mount point for CSV files --- datascience/src/pipeline/flows_config.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/datascience/src/pipeline/flows_config.py b/datascience/src/pipeline/flows_config.py index 27895081e..7cc44ed49 100644 --- a/datascience/src/pipeline/flows_config.py +++ b/datascience/src/pipeline/flows_config.py @@ -88,7 +88,10 @@ for flow in flows_to_register: host_config = None - if flow.name == "Control objectives": + if flow.name in ( + "Control objectives", + "Control resources, bases and contacts", + ): host_config = { "mounts": [ Mount(