home / berkeley_housing_map

Permit Timeline Events (755)

Processing events from Accela - completeness reviews, corrections, approvals, hearings

Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS

id
Event ID
project_id
Link to projects table
address
Project address
permit_number
Permit number (ZP2023-0001 format)
stage
Processing stage (Completeness Review, Application Processing, CEQA, etc.)
action
Action taken (Application Complete, Corrections Issued, Approved, etc.)
event_date
Date of event
assigned_to
Staff assigned
marked_by
Staff who recorded the event
comment
Staff comments
stage_status
Stage completion status
source
Data source (accela)
imported_at
When data was imported
permit_type
Type of permit

8 rows where action = "Categorically Exempt" and marked_by = "MJ" sorted by event_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: project_id, address, event_date, assigned_to, stage_status, imported_at, event_date (date), imported_at (date)

permit_type 3

  • Planning 3
  • Unknown 3
  • Other 2

stage 2

  • CEQA Determination 4
  • Unknown 4

marked_by 1

  • MJ · 8 ✖

action 1

  • Categorically Exempt · 8 ✖
Link rowid id project_id address permit_number stage action event_date ▲ assigned_to marked_by comment stage_status source imported_at permit_type
458 458 458 42 1740 UNIVERSITY Ave ZP2025-0079 Unknown Categorically Exempt 2026-01-22 TBD MJ   Complete accela 2026-03-28 16:26:45 Planning
609 609 692 139 2538 DURANT AVE   CEQA Determination Categorically Exempt 2025-09-25   MJ   Active accela 2026-03-30 03:14:27 Unknown
623 623 707 156 2550 SHATTUCK AVE   CEQA Determination Categorically Exempt 2024-12-12 TBD MJ   Active accela 2026-03-30 03:14:27 Unknown
600 600 683 147 2300 ELLSWORTH ST   CEQA Determination Categorically Exempt 2024-09-26   MJ   Active accela 2026-03-30 03:14:27 Unknown
66 66 66 126 2427 San Pablo ZP2022-0115 CEQA Determination Categorically Exempt 2024-07-22 to **TBD** MJ   Complete accela 2026-03-28 16:22:26 Planning
577 577 643 152 1598 UNIVERSITY Ave ZP2022-0011 Unknown Categorically Exempt 2023-05-11   MJ   Complete accela 2026-03-29 02:16:04 Planning
533 533 556 152 1598 UNIVERSITY AVE DRCF2024-0004 Unknown Categorically Exempt 2023-05-11   MJ   Complete accela 2026-03-29 00:46:10 Other
489 489 492 152 1598 UNIVERSITY Ave 1598 Unknown Categorically Exempt 2023-05-11   MJ   Complete accela 2026-03-29 00:42:06 Other

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "permit_events" (
"id" INTEGER,
  "project_id" INTEGER,
  "address" TEXT,
  "permit_number" TEXT,
  "stage" TEXT,
  "action" TEXT,
  "event_date" TEXT,
  "assigned_to" TEXT,
  "marked_by" TEXT,
  "comment" TEXT,
  "stage_status" TEXT,
  "source" TEXT,
  "imported_at" TEXT,
  "permit_type" TEXT
);
CREATE INDEX idx_events_permit ON permit_events(permit_number);
CREATE INDEX idx_events_project ON permit_events(project_id);
CREATE INDEX idx_events_date ON permit_events(event_date);
Powered by Datasette · Queries took 19.403ms · Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS