Skip to content

Tags: maciekrb/mapreduceutils

Tags

v2.5.7

Toggle v2.5.7's commit message
Merge branch 'master' of github.com:maciekrb/mapreduceutils

v2.5.6

Toggle v2.5.6's commit message
Fixes bug with no results (NdbQueryModifier)

2.5.5

Toggle 2.5.5's commit message
Adds structured property support and modifiers

- Enhanced DateFormatModifier now receives a "locale" argument to return
  names in the provided locale
- DateFormatModifier can now receive date_format in LDML
- Added DaysInMonthModifier to get the days in a month defined in a date
  or datetime
- Added NdbKeyIdModifier to generate ndb.Key(...).id()
- Added NdbQueryModifier to perform a query based on model params
- Added unittests

v2.5.4

Toggle v2.5.4's commit message
Fixes pipeline based unittest using cloudstorage writers

v2.5.3

Toggle v2.5.3's commit message
Implements Dict Record reader and fixes unittests

v2.5.2

Toggle v2.5.2's commit message
Optional flags allow to convert python NaN to null in JSON writer

2.5.1

Toggle 2.5.1's commit message
Zero value exceptions now return float('NaN')

v2.5

Toggle v2.5's commit message
Implements default values and error handling

- Default values can now be provided when a property does not exist
- When a modifier method is not defined, modifier syntax can be used to rename properties
- Implemented error hangling for common cases (skipping records)

v2.3

Toggle v2.3's commit message
Unified MapperRecord + JSON and mapper keys

- Implements unified interface for ndb, db and JSON
- Implements mapper keys
@todo
Review matches_property_filters code

v2.2

Toggle v2.2's commit message
Added urlsafe() serialization to compare ndb.Key values