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: 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
grejdi-mbta pushed 2 commits to main mbta/dmap-import
grejdi-mbta closed a pull request on mbta/dmap-import
chore: table for policy analysis
Been meaning to add this table. But Policy made an ask today for this data that links Contactless to RF credentials (charliecard #)rymarczy created a review on a pull request on mbta/dmap-import
Tested locally and the table loaded without error. :cake:
grejdi-mbta created a branch on mbta/dmap-import
gg-add-member-dimesion-for-policy - Import DMAP data into a PostgreSQL database