Skip to content

Commit

Permalink
add TripId to TripKey
Browse files Browse the repository at this point in the history
  • Loading branch information
rymarczy committed Oct 25, 2024
1 parent 1b98406 commit daa0ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lamp_py/ingestion/glides.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def event_schema(self) -> pyarrow.schema:
glides_trip_key = pyarrow.struct(
[
("serviceDate", pyarrow.string()),
("tripId", pyarrow.string()),
("startLocation", self.glides_location),
("endLocation", self.glides_location),
("startTime", pyarrow.string()),
Expand Down

0 comments on commit daa0ff0

Please sign in to comment.