TEAM v1.6.15
New features
- Additional support for Data Queries for Business Key Definitions. The schema for data solution automation stipulates that an IDataItem can be a query (logic) or a column/attribute. This was not yet supported, now you can use `` to indicate that a business key, or business key component is a logic component. This will resolve into a Data Query. For example: COMPOSITE(CUSTOMER_ID;
SELECT 'Yolo'
) will now create a composite of a Data Item and separate Data Query.
Breaking changes
- N/A
Bug fixes
- Various minor issues, added additional exception handling. For instance showing the root cause when a Snowflake Warehouse is not available.
- Some better handling of screen resizing, improving the performance of the filters etc.