Skip to content

Commit

Permalink
Add mount point for CSV files
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Oct 12, 2023
1 parent 254c585 commit 3f979d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion datascience/src/pipeline/flows_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3f979d7

Please sign in to comment.