We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f787b5b commit c38843dCopy full SHA for c38843d
ansible/templates/safegraph-params-prod.json.j2
@@ -8,5 +8,9 @@
8
"aws_secret_access_key": "{{ safegraph_aws_secret_access_key }}",
9
"aws_default_region": "us-east-1",
10
"aws_endpoint": "https://s3.wasabisys.com",
11
- "wip_signal": ""
+ "sync": true,
12
+ "wip_signal" : ["median_home_dwell_time_7d_avg",
13
+ "completely_home_prop_7d_avg",
14
+ "part_time_work_prop_7d_avg",
15
+ "full_time_work_prop_7d_avg"]
16
}
0 commit comments