Skip to content

Releases: AdaptiveScale/rosetta

Release v2.5.5

30 Oct 10:50
7d1c657
Compare
Choose a tag to compare

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

16 Sep 07:50
1845b36
Compare
Choose a tag to compare

Release v2.5.4

Added support for Kinetica:

  • Partitions
  • Tier Strategy

Release v2.5.3

29 Aug 13:25
cbe0f4d
Compare
Choose a tag to compare

Release v2.5.3

  • fixed the limitation with view definitions in Kinetica

Release v2.5.2

28 Aug 14:59
a5a3787
Compare
Choose a tag to compare

Release v2.5.2

  • fixed VIEW creation in Kinetica

Release v2.5.1

27 Aug 08:06
2c25dc1
Compare
Choose a tag to compare

Release v2.5.1

  • added support for Kinetica Views
  • added support for Kinetica Foreign Key

Release v2.5.0

08 Aug 12:58
5e8dd1c
Compare
Choose a tag to compare

Release v2.5.0

  • Added support for indices in KineticaDB
  • Added support for table types in KineticaDB

Release v3.0.0-alpha

02 Jul 12:52
Compare
Choose a tag to compare
Release v3.0.0-alpha Pre-release
Pre-release
  • Added support for extensions

Release v2.4.0

05 Jun 09:19
fac3e69
Compare
Choose a tag to compare

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

21 May 16:03
75a7fd2
Compare
Choose a tag to compare

Release v2.3.1

  • Fixed SSL issues

Release v2.3.0

08 May 11:57
c6ecf14
Compare
Choose a tag to compare

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.