Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
rymarczy pushed 1 commit to main mbta/dmap-import
- FIX: CUBIC DMAP API Authorization Timeout (#30) This change fixes the situation where DMAP API file links timeout af... 8237ce6
rymarczy closed a pull request on mbta/dmap-import
FIX: CUBIC DMAP API Authorization Timeout
This change fixes the situation where DMAP API file links timeout after about an hour. If file link timeout is detected, via a HTTP 403 Code during the file link download, API results are refre...rymarczy closed a pull request on mbta/lamp
FIX: LAMP Public Webpage Updates
Incorporates PRs #464 and #463 Fixes incorrect symbols on GTFS Archive example.rymarczy closed a pull request on mbta/lamp
Update index.html
Replace OPMI link and edit wording to include Operations Analytics, as discussed in check-in on 2024-11-06.rymarczy opened a pull request on mbta/lamp
FIX: LAMP Public Webpage Updates
Incorporates PRs #464 and #463 Fixes incorrect symbols on GTFS Archive example.rymarczy created a branch on mbta/lamp
fix-lamp-webpage-opmi - Lightweight Application for Measuring Performance
rymarczy opened a pull request on mbta/dmap-import
FIX: CUBIC DMAP API Authorization Timeout
This change fixes the situation where DMAP API file links timeout after about an hour. If file link timeout is detected, via a HTTP 403 Code during the file link download, API results are refre...rymarczy pushed 1 commit to main mbta/dmap-import
- FIX: Load _history tables from temp table (#29) This change modifies the loading of _history table. Rather than l... a02fdea
rymarczy created a review comment on a pull request on mbta/dmap-import
Added the fix for the S3 Permission error we were seeing as well
rymarczy pushed 1 commit to rr-load-history-from-temp-table mbta/dmap-import
- fix error prefix 4e021ef
rymarczy created a review comment on a pull request on mbta/dmap-import
It's sort of a "temp" table. It gets created by the `dmap_import` application when it starts to load a QLIK table and then gets dropped at the end. So DB users would only ever see it while the ETL ...
rymarczy opened a pull request on mbta/dmap-import
FIX: Load _history tables from temp table
This change modifies the loading of `_history` table. Rather than load a CSV directly into the `_histroy` table, we will first load records into the `_load` table and then INSERT into the `_hist...rymarczy closed a pull request on mbta/dmap-import
FEAT: Decrease run-time duration of ODS-QLIK Process
This change alters the way ods-qlik data is loaded into the dmap-import database. Previously the ods-qlik data loading steps where: 1. load individual cdc csv.gz files into `_history` table 2....rymarczy pushed 1 commit to rr-change-ods-qlik-update-process mbta/dmap-import
- add ERROR bucket back 04e6005