v7.0 Release Notes
Here's what's new in version 7.0.
New Features
Workflow
Previously, task dependencies only supported an 'On Success' relationship, meaning a downstream task would only run if its upstream task completed successfully. Version 7 introduces two new dependency conditions: 'On Failure' and 'On Completion', giving you more control over when tasks execute.
Additionally, tasks with multiple upstream dependencies previously required all upstream tasks to succeed before starting. Users can now select an 'OR' relationship, allowing a downstream task to start as soon as any one of its upstream tasks finishes.
Solutions
Production lines are often related or need to be viewed together, so we created solutions to help you organize them. A solution lets you group related production lines in one place—for example, you could bring together all the production lines that feed your company's performance dashboard.
From a solution's page, you can run and deploy individual production lines, edit their properties like names and descriptions, and enable notifications at the solution level instead of subscribing to each production line separately. You can also view the solution's pulse health, which shows a filtered view containing only the production lines within that solution.
Connections
In an effort to simplify the task form, we have moved common connection details into a new Connections area. As per best practice, most of the time this information was set within a task group, but users still physically saw all these properties within the task form. Now, a single source Connection list is all you will see for most ingestion activities.
UI Refresh
Version 7 brings a complete refresh of the user interface. The top bar has been removed and all items previously within this have moved to the nav menu.
Enhancements
- Introduced new markdown editor
- Task configuration properties using SQL now use a proper editor
- Creating a new production line now takes users directly to the graph
- Clicking a production line or task in the universal search will take users directly to the graph
- Power BI support has been extended to support multiple tenants
- Notifications are now batched, so you shouldn’t be bombarded with hundreds of emails any more
Bug Fixes
- Fixed several validation issues
New Activities
- Create a Databricks Function
- Create a Function within Databricks.
- Export Notebook Results to Dataverse Online
- Export data from a Databricks notebook to Dataverse Online.
- Ingest Dynamics CRM using Query (via Service Principal) as Parquet
- Copy data from Dynamics CRM (accessed via Service Principal) using Fetch XML to parquet format in Azure Data Lake Storage Gen2.
- Ingest Dynamics CRM using Query (via Office365) as Parquet
- Copy data from Dynamics CRM (accessed via Office365) using FetchXML to parquet format in Azure Data Lake Storage Gen2.
Decommissioned Features
None