Skip to content

Release v2.5.5

Compare
Choose a tag to compare
@nbesimi nbesimi released this 30 Oct 10:50
· 27 commits to main since this release
7d1c657

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]