Skip to content

Commit aad50ff

Browse files
author
kdaily
committed
add help on config.
1 parent ceadf88 commit aad50ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ devtools::install_github("Sage-Bionetworks/synapseusagereports")
1212

1313
Scripts are in the [inst/scripts](inst/scripts) directory.
1414

15+
See [example-db-config.yml](example-db-config.yml) for an example configuration file to connect to the warehouse database.
16+
1517
### Query the warehouse
1618

1719
```
18-
report_data_query.R --project_id=syn1234567 --start_date=2018-01-01 --end_date=2018-03-01 --config_file=~/datawarehouse-config.yml > output.csv
20+
report_data_query.R --project_id=syn1234567 --start_date=2018-01-01 --end_date=2018-03-01 --config_file=example-db-config.yml > output.csv
1921
```
2022

2123
### Generate a report

0 commit comments

Comments
 (0)