Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ap_pipe
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:Alert Production
-
Urgent?:No
Description
The docs still have an old example of how to run ap_pipe
ap_pipe.py repo --calib repo/calibs --output path/to/put/processed/data/in -c associator.level1_db.db_name=ppdb/association.db --id visit=123456 ccdnum=42 filter=g --template path/to/templates
|
This needs to be updated to something closer to
ap_pipe.py repo --calib repo/calibs --output path/to/put/processed/data/in -c -c ppdb.db_url="sqlite:////absolute/path/to/database" -c ppdb.isolation_level="READ_UNCOMMITTED" --id visit=123456 ccdnum=42 filter=g
|