Release v2.5.5
Release v2.5.5
Test enhancements:
- Added columnDef for data test to overwrite the column name. It adds support to use geospatial functions during testing:
example:
tests:
assertion:
- operator: '>'
value: 434747
expected: 4
columnDef: 'ST_AREA(wkt, 1)'
- Added target argument for test, to run tests against a target DB
rosetta [-c, --config CONFIG_FILE] test [-h, --help] [-s, --source CONNECTION_NAME] [-t, --target CONNECTION_NAME]