We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0439f5f commit d581d46Copy full SHA for d581d46
dms_datastore/dropbox_spec.yaml
@@ -1,5 +1,5 @@
1
2
-dropbox_home: //cnrastore-bdo/Modeling_Data/repo_staging/dropbox
+dropbox_home: //cnrastore-bdo/Modeling_Data
3
dest: &formatted //cnrastore-bdo/Modeling_Data/repo_staging/dropbox/formatted
4
5
data:
@@ -8,7 +8,7 @@ data:
8
dest: *formatted
9
collect:
10
file_pattern: "ebmud_wbr_flow*.csv"
11
- location: //cnrastore-bdo/Modeling_Data/ebmud/ # This could be understood as a default
+ location: "{dropbox_home}/ebmud/" # This could be understood as a default
12
recursive_search: False
13
reader: read_ts # Names, pointers to code etc. To be fleshed out
14
selector: null # Usually a column name. When read_last_resort_csv is used, use null.
0 commit comments