Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
rymarczy closed a pull request on mbta/lamp
FIX: TempEventCompare max primary key error
Staging environment is showing errors because of an sql ERROR: ```nextval: reached maximum value of sequence "temp_event_compare_pk_id_seq" (2147483647)``` This change restarts the identity on ...rymarczy opened a pull request on mbta/lamp
FIX: TempEventCompare max primary key error
Staging environment is showing errors because of an sql ERROR: ```nextval: reached maximum value of sequence "temp_event_compare_pk_id_seq" (2147483647)``` This change restarts the identity on ...rymarczy created a branch on mbta/lamp
fix-temp-table-identity - Lightweight Application for Measuring Performance
rymarczy closed a pull request on mbta/lamp
FEAT: Ingest Glides Vehicle Trip Assignment Feed
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 `Glide...rymarczy opened a pull request on mbta/lamp
FEAT: Ingest Glides Vehicle Trip Assignment Feed
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 `Glide...rymarczy created a branch on mbta/lamp
feat-glides-vehicle-trip-assignment - Lightweight Application for Measuring Performance
rymarczy pushed 1 commit to main mbta/dmap-import
- FEAT: ODS Drop Primary Keys from NEW Tables (#34) This change alters the way new tables are created. A standard Post... 544bc9a
rymarczy closed a pull request on mbta/dmap-import
FEAT: ODS Drop Primary Keys from NEW Tables
The CUBIC ODS RDS is Oracle which allows for the use of NULLABLE primary key columns. This issue was originally found when attempting to ingest the EDW.PAYMENT_SUMMARY table, which contained NU...rymarczy created a comment on a pull request on mbta/dmap-import
> Excellent! I'd love for you to document it more. I guess the PR description captures that. But I find that bringing that into the code as a comment would be better. Incorporated
rymarczy opened a pull request on mbta/dmap-import
FEAT: ODS Drop Primary Keys from NEW Tables
The CUBIC ODS RDS is Oracle which allows for the use of NULLABLE primary key columns. This issue was originally found when attempting to ingest the EDW.PAYMENT_SUMMARY table, which contained NU...rymarczy created a branch on mbta/dmap-import
ods_drop_primary_keys - Import DMAP data into a PostgreSQL database
rymarczy closed a pull request on mbta/research_server_etl
FEAT: Add panel it allowe schemas for OPMI Box Import
OPMI has requested that the Box import process load files into the `panel' schema.rymarczy pushed 1 commit to add_panel_opmi_allowed_schemas mbta/research_server_etl
- fix formats cd27a53
rymarczy opened a pull request on mbta/research_server_etl
FEAT: Add panel it allowe schemas for OPMI Box Import
OPMI has requested that the Box import process load files into the `panel' schema.rymarczy pushed 7 commits to main mbta/research_server_etl
- Initial upload of boxconnector, update gitignore Updated gitignore to 1) ignore .DS_Store files generated by MacOS, ... 17e4ff2
- finalize script and clear outputs c822719
- add feature to timestamp imported file 359848c
- re-factor opmi box load 1c82e5a
- clean formatting 30fd387
- mypy fix cb6967e
- FEAT: OPMI Box Loader #5 This change adds a new ETL job to load files from the OPMI BOX account into the AWS OMPI Re... 9309ec2
rymarczy closed a pull request on mbta/research_server_etl
FEAT: OPMI Box Loader
This change adds a new ETL job to load files from the OPMI BOX account into the AWS OMPI Research Server RDS. Job steps: 1. confirm structure of BOX_IMPORT_FOLDER_ID 1.a BOX_IMPOR...rymarczy created a comment on a pull request on mbta/research_server_etl
Incorporated into: https://github.com/mbta/research_server_etl/pull/5
rymarczy pushed 1 commit to main mbta/actions
- CHORE: drop run-ecs-fargate-task (#63) The run-ecs-fargate-task has been superseded by the ecs-run-task. Asana ta... 5002576