diff --git a/doc/playbook.rst b/doc/playbook.rst index 7fffbf0e..2a5cf5a9 100644 --- a/doc/playbook.rst +++ b/doc/playbook.rst @@ -354,7 +354,7 @@ One raw was ingested, visit-defined, and kept in the development central repo, s .. code-block:: sh apdb-cli create-sql "sqlite:///apdb.db" apdb_config.py - pipetask run -b s3://rubin-pp-dev-users/central_repo_2 -i LATISS/raw/all,LATISS/defaults,LATISS/templates -o u/username/collection -d "detector=0 and instrument='LATISS' and exposure=2023082900500 and visit_system=0" -p $AP_PIPE_DIR/pipelines/LATISS/ApPipe.yaml -c parameters:apdb_config=apdb_config.py -c diaPipe:doPackageAlerts=False --register-dataset-types --init-only + pipetask run -b s3://rubin-pp-dev-users/central_repo_2 -i LSSTComCamSim/raw/all,LSSTComCamSim/defaults,LSSTComCamSim/templates -o u/username/collection -d " instrument='LSSTComCamSim' and exposure=7024062700235 and detector=8" -p $AP_PIPE_DIR/pipelines/LSSTComCamSim/ApPipe.yaml -c parameters:apdb_config=apdb_config.py -c diaPipe:doPackageAlerts=False --register-dataset-types --init-only .. note::