Step-by-step
1
Register connector
2
Connect (returns Database)
pixi run db-up (port 5433).3
Query events
4
Build a cohort
Inspect SQL
Every EventFrame and Cohort exposes.to_sql() and .explain() so you can audit generated SQL before execution.
End-to-end Sentinel CDM walkthrough with the sample PostgreSQL database.
Register connector
Connect (returns Database)
pixi run db-up (port 5433).Query events
Build a cohort
.to_sql() and .explain() so you can audit generated SQL before execution.