Releases: AdaptiveScale/rosetta
Releases · AdaptiveScale/rosetta
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]
Release v2.5.4
Release v2.5.4
Added support for Kinetica:
- Partitions
- Tier Strategy
Release v2.5.3
Release v2.5.3
- fixed the limitation with view definitions in Kinetica
Release v2.5.2
Release v2.5.2
- fixed VIEW creation in Kinetica
Release v2.5.1
Release v2.5.1
- added support for Kinetica Views
- added support for Kinetica Foreign Key
Release v2.5.0
Release v2.5.0
- Added support for indices in KineticaDB
- Added support for table types in KineticaDB
Release v3.0.0-alpha
- Added support for extensions
Release v2.4.0
Release v2.4.0
- drivers command (to list and download drivers)
- validate command (to validate DB connection)
- query output argument (to define the output file or dir for the query command)
Release v2.3.1
Release v2.3.1
- Fixed SSL issues
Release v2.3.0
Release v2.3.0
- Rosetta GIT functionality. Whenever you apply the changes through
rosetta apply
you can configure to push the model.yaml to the configured GIT repo for the rosetta project.