As of 13/11 2020 the new version 2.17.0 is out
Menas Improvements and Fixes
- #763 UI now displays projected after-conformance schema for datasets.
- #1518 Added export and import feature for Schema, Dataset and MappingTable. See the documentation of the REST API for export and import.
Helper scripts Improvements and Fixes
- #1546 Added version to Helper scripts and this version is now printed with a banner at the beginning of any Helper script run.
- #1592 Helper scripts now have a setting to either print a warning or do a non-zero exit in case unknown parameters are passed to them. This config variable
EXIT_ON_UNRECOGNIZED_OPTIONScan be found inenceladus_env.sh.template. Can be set to"true"or"false". - #1587 Value for
--null-valueoption if consisting of spaces only is properly encapsulated in"to prevent erasure.
New Helper scripts Configurations
Changes in enceladus_env.sh/_enceladus_env.cmd:
EXIT_ON_UNRECOGNIZED_OPTIONSBoolean switch if to exit the script on unknown option or just print a warning.