Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mbta/dmap-import

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

View on GitHub

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...
grejdi-mbta created a review on a pull request on mbta/dmap-import

View on GitHub

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

View on GitHub

rymarczy created a branch on mbta/dmap-import

fix-null-primary-key-updates - Import DMAP data into a PostgreSQL database

grejdi-mbta created a tag on mbta/dmap-import

v1.2.7 - Import DMAP data into a PostgreSQL database

grejdi-mbta deleted a branch mbta/dmap-import

gg-add-member-dimesion-for-policy

grejdi-mbta pushed 2 commits to main mbta/dmap-import
  • chore: table for policy analysis 3c5f929
  • Merge pull request #35 from mbta/gg-add-member-dimesion-for-policy chore: table for policy analysis 0d31ce2

View on GitHub

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:

View on GitHub

grejdi-mbta opened a pull request on mbta/dmap-import
chore: table for policy analysis
grejdi-mbta created a branch on mbta/dmap-import

gg-add-member-dimesion-for-policy - Import DMAP data into a PostgreSQL database