v1.13-beta-2
Pre-release
Pre-release
Release 1.13-beta
This release 1.13 introduces a bunch of new features to assert the result-set returned by a query and a few bug fixes or improvements.
This release is downloadable from there.
Version: 1.13.0.8 aka v1.13-beta-2
What's new ?
New features
- #133 Use 'row-count' with a condition and support % of rows validating the condition compared to full result-set.
- #148 & #59 Assert that all/no rows return by a query validate an expression (less-than, equal, more-than). A replacement, with additional features, for the deprecated
evaluate-rows
. - #154 Improvement in the task to start PowerBI
- #166 Clean-cache is now also available for SSAS (MD and tabular)
- #163 Possibility to specify that you don't need to take into account an inherited default parameter for some queries
- #175 Read a connection-string from an ODC file
- #160 Specify a timeout for an individual query
- #156 Support stored procedures when using a report element
- #145 Support definition of settings in an external file (genbiL)
Bug fixes
- #159 In some conditions the command
group
could result in a list of string in place of an array - #142 If the test fails then the tasks in the cleanup element are not executed
- #173 Rounding is invalid for negative values
- #162 Tests of structure for relational models only work with SqlConnections (not with OleDb)
- #164 Existing packages are not found when using the Catalog
What's next ?
Main ideas for release 1.14 (or next)
- Continue to support xml as a data source. The final goal is to be able to query xml files from reports (SSRS).
- Add support for testing that a result-set has no duplicated rows
- Support to test if rows have been added (or updated or deleted) in a table after the execution of a SQL statement or a ETL.