Skip to content

Commit 91c749e

Browse files
committed
Modify ccf_gate recipe
1 parent a9e1e12 commit 91c749e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/dropbox/dropbox_spec_ccf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ data:
5959
repo_name: structures_formatted # This is a pointer to an entry in dbase_config.yaml
6060
staging: # This is where the read and transformed time series will be staged.
6161
# It will be used to update the repo, but that uses update_repo and may not mean a full replacement
62-
dir: ./drop_staging
62+
dir: ${dropbox_home}/repo_staging_auto/dropbox/ccf@radialgate
6363
write_args:
6464
float_format: "%0.3f"
6565
chunk_years: False
6666
reconcile:
67-
#repo_data_dir: ./fake_repo/formatted # This is a practice directory so you don't go overwriting a real repo while developing the recipe
67+
repo_data_dir: ${dropbox_home}/repo/structures/formatted # This is a practice directory so you don't go overwriting a real repo while developing the recipe
6868
# When omitted the target location is the repo_root as configured in dbase_config.yaml
6969
prefer: staged # This is an argument to the update process:
7070
# - staged means "prefer the new stuff we staged"

0 commit comments

Comments
 (0)