Skip to content

rabbit configuration

Points to the artefacts produced by the OHDSI Rabbit family of tools.

Example

rabbit configuration {
  usagi directory: "/etc/etl-engine.d/usagi/"
  hat file: "ScanReport.xlsx.json.gz"
}

Properties

usagi directory

Directory containing the Usagi mapping files referenced by UsagiMap rules. Optional — if no rule chain calls UsagiMap, this key may be omitted.

hat file

Path to the Rabbit-in-a-Hat output file containing the source-to-CDM mapping. Mandatory for any non-trivial run. Conventionally the hat file lives next to etl.conf itself, in /etc/etl-engine/.

The index directory key — used by StoreIndexMap and StoreSequence to persist state between runs — lives in tool configuration, not here.