-
Notifications
You must be signed in to change notification settings - Fork 0
examples
github-actions[bot] edited this page Aug 22, 2025
·
1 revision
- Path:
examples/events-sample.jsonl - Lines are JSON objects representing observed events. Minimal keys used by the simulator:
-
sql_text(string) -
table(string, e.g.,dbo.Customers) -
column(string, e.g.,dbo.Customers.Email) -
value(string)
-
Run a dry‑run simulation against this file:
make simulate INPUT=examples/events-sample.jsonlYou can copy this file and tweak values to test rules, normalizers, and SELECT analysis.