feat: build vehicle data platform and production pipeline

This commit is contained in:
lingniu
2026-07-14 12:35:33 +08:00
parent b452be3b94
commit bb59303a4b
270 changed files with 88016 additions and 1975 deletions

View File

@@ -0,0 +1,6 @@
-- Add authoritative vehicle master-data dimensions to alert rule scope.
ALTER TABLE vehicle_alert_rule
ADD COLUMN scope_models_json TEXT NULL AFTER scope_oems_json;
ALTER TABLE vehicle_alert_rule
ADD COLUMN scope_companies_json TEXT NULL AFTER scope_models_json;