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
- 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
grejdi-mbta created a review 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.
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 pushed 1 commit to main mbta/dmap-import
- CHORE: Add new ods-qlik tables (#33) This change adds new tables to the ods-qlik loader process. All tables were tes... eb0c5f6
rymarczy closed a pull request on mbta/dmap-import
CHORE: Add new ods-qlik tables
This change adds new tables to the ods-qlik loader process. All tables were tested locally and loaded with no errors. The `EDW.DEVICE_EVENT` table is quite large. Locally the history table is 1...rymarczy created a review comment on a pull request on mbta/dmap-import
@grejdi-mbta added KPI tables.
rymarczy pushed 1 commit to main mbta/dmap-import
- [dmap-import] FEAT: Log error when DMAP API file contains no records (#32) The change logs an Error/Exception if dma... 32448bc
rymarczy closed a pull request on mbta/dmap-import
[dmap-import] FEAT: Log error when DMAP API file contains no records.
The change logs an Error/Exception if dmap-import API download contains no records. Cubic should not be publishing API downloads without records. This change will propagate notifications of emp...rymarczy created a comment on a pull request on mbta/dmap-import
> We explicitly asked Cubic to publish DMAP entries without records, so that we can tell that DMAP is working even if there are no records for a particular extract. Asana task: https://app.asana.co...
paulswartz created a comment on a pull request on mbta/dmap-import
We explicitly asked Cubic to publish DMAP entries without records, so that we can tell that DMAP is working even if there are no records for a particular extract. Asana task: https://app.asana.com/...
rymarczy opened a pull request on mbta/dmap-import
[dmap-import] FEAT: Log error when DMAP API file contains no records.
The change logs an Error/Exception if dmap-import API download contains no records. Cubic should not be publishing API downloads without records. This change will propagate notifications of emp...rymarczy created a branch on mbta/dmap-import
rr-dmap-error-empty-dataset - Import DMAP data into a PostgreSQL database
rymarczy pushed 1 commit to main mbta/dmap-import
- FEAT: run dmap-import task via GHA (#31) New Github action for manually triggering run of dmap-import task. 974ead5