Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
rymarczy opened a pull request on mbta/dmap-import
FIX: Also Drop Tables for migration
I thought these tables get automatically dropped if we delete the status file, but that is not the case. Explicitly drop these tables when deleting the status files to force full table reset.rymarczy created a branch on mbta/dmap-import
hotfix-drop-null-tables - Import DMAP data into a PostgreSQL database
rymarczy pushed 1 commit to main mbta/dmap-import
- FIX: Handle NULL values in Key columns for Update operation (#36) This change joins Primary Key columns using IS NOT... 3c224db
rymarczy closed a pull request on mbta/dmap-import
FIX: Handle NULL values in Key columns for Update operation
PR #34 allowed ODS Primary Key columns to contain NULL values. However, this change broke our updating process because NULL != NULL when doing JOIN operations. This change joins Primary Key col...rymarczy opened a pull request on mbta/dmap-import
FIX: Handle NULL values in Key columns for Update operation
PR #34 allowed ODS Primary Key columns to contain NULL values. However, this change broke our updating process because NULL != NULL when doing JOIN operations. This change joins Primary Key col...rymarczy pushed 1 commit to fix-null-primary-key-updates mbta/dmap-import
- handle null key column updates 7fb8bf6
rymarczy created a branch on mbta/dmap-import
fix-null-primary-key-updates - Import DMAP data into a PostgreSQL database
rymarczy closed a pull request on mbta/lamp
FIX: Upgrade pm_event_id coumns to BIGINT Type
Staging started throwing errors because the pm_event_id column ran out of integer numbers. This change updates the pm_event_id columns from int to bigint so we don't run out of keys.rymarczy created a branch on mbta/lamp
fix-upgrade-event-id-big-int - Lightweight Application for Measuring Performance
rymarczy created a review on a pull request on mbta/dmap-import
Tested locally and the table loaded without error. :cake:
rymarczy closed a pull request on mbta/lamp
FIX: Compressed GTFS Edge Case
I believe we ran into an edge case because for the GTFS Compression process because a new schedule was issued on new years eve. This change creates a local year folder for 1 extra year in the fu...rymarczy opened a pull request on mbta/lamp
FIX: Compressed GTFS Edge Case
I believe we ran into an edge case because for the GTFS Compression process because a new schedule was issued on new years eve. This change creates a local year folder for 1 extra year in the fu...rymarczy created a branch on mbta/lamp
gtfs-compress-new-year-edge - Lightweight Application for Measuring Performance