repository is now a presentation-ready development prototype

This commit is contained in:
2026-07-21 15:40:44 -06:00
parent 640165649d
commit 88161a6f16
24 changed files with 1989 additions and 946 deletions
+13
View File
@@ -97,6 +97,14 @@ REQUIRED_MART_COLUMNS = {
"last_observed_model",
}
DENIED_EXACT_KEYS = {
"credential",
"credentials",
"inspector",
"inspector_id",
"password",
"secret",
"technician",
"technician_id",
"vehicle_token",
"vehicle_bucket",
"is_vin_audit",
@@ -122,6 +130,11 @@ DENIED_EXACT_KEYS = {
"row_count",
}
DENIED_KEY_FRAGMENTS = (
"credential",
"inspector",
"password",
"secret",
"technician",
"vehicle_token",
"internal_event",
"license_plate",