-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Add SqlAlchemy ORM classes for 2 tables:
-
vehicles:id: UUIDtrip_id: STRINGline_product: ENUM(bus, subway, tram, suburban, ferry, express, regional)line_name: STRINGpartition_dt: DATE
-
vehicle_positions:vehicle_id: FOREIGN KEY on Vehicletimestamp: TIMESTAMPlatitude: DECIMALlongitude: DECIMALpartition_dt: DATE
Both tables should be partitioned by day on the partition_dt column and have relationships to enable back population and cascade deletions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request