Skip to content

Commit d581d46

Browse files
committed
Use dropbox_home as variable
1 parent 0439f5f commit d581d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dms_datastore/dropbox_spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
dropbox_home: //cnrastore-bdo/Modeling_Data/repo_staging/dropbox
2+
dropbox_home: //cnrastore-bdo/Modeling_Data
33
dest: &formatted //cnrastore-bdo/Modeling_Data/repo_staging/dropbox/formatted
44

55
data:
@@ -8,7 +8,7 @@ data:
88
dest: *formatted
99
collect:
1010
file_pattern: "ebmud_wbr_flow*.csv"
11-
location: //cnrastore-bdo/Modeling_Data/ebmud/ # This could be understood as a default
11+
location: "{dropbox_home}/ebmud/" # This could be understood as a default
1212
recursive_search: False
1313
reader: read_ts # Names, pointers to code etc. To be fleshed out
1414
selector: null # Usually a column name. When read_last_resort_csv is used, use null.

0 commit comments

Comments
 (0)