Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Ingest Glides Vehicle Trip Assignment Feed #469

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

rymarczy
Copy link
Collaborator

Glides began publishing a new data feed type on the evening of Dec 12, 2024. https://mbta.github.io/schemas/events/glides/com.mbta.ctd.glides.vehicle_trip_assignment.v1

This change adds a GlidesConverter to begin ingesting the "Vehicle Trip Assignment" feed.

Asana Task: https://app.asana.com/0/1205827492903547/1208962016232571

Copy link

Coverage of commit aae8e9d

Summary coverage rate:
  lines......: 75.3% (2492 of 3309 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@rymarczy rymarczy requested a review from arkadyan December 13, 2024 11:51
Copy link

@arkadyan arkadyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


@property
def event_schema(self) -> pyarrow.schema:
# NOTE: These tables will eventually be uniqued via polars, which will

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 This is helpful context to understand.

@rymarczy rymarczy merged commit fc1906a into main Dec 13, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants