Govern API Call node
A new Govern API Call node has been added to simplify the process of connecting to Data360 Govern by calling the Data360 Govern REST APIs. For example, you can build an analysis that uses the Govern API Call node to connect to and retrieve assets from Data360 Govern.
Pipeline, data stage and node descriptions
You can now add a description to pipelines, paths, data stages and nodes to give an overview of what the item is used for. This can be particularly useful in environments that have a large number of components, and when sharing information with other Data360 products.
If you add a description, the text will be displayed as a tooltip when you hover over the item in the Pipelines view. This also applies to nodes used in an analysis or process model, allowing you to view the node description from the Pipelines view without needing to open the analysis or process model in edit mode. For pipelines and paths, the description is also displayed on the right of the screen when the item is selected.
The maximum length for the new Description field is 1000 characters. This also applies to the
existing Description field on the rule library Details tab.
Case management refresh button
A Refresh button has been added to the case management, records and data entry screens. This ensures that you can always see the latest case information when using external data to update the case status, case queues or case owners.
GraphQL API enhancements
Pipeline and path APIs
The following new APIs have been added to enable you to update and delete pipelines or paths:
- updatePipeline
- updatePath
- deletePath
Execution APIs
The following new APIs have been added to enable you to asynchronously rerun or roll back the execution of a data stage:
- rerunStageExecution
- rollbackStageExecution
The executionCompletionStatus API now returns a processID parameter which gives the
process ID of the execution. This can be useful for tracking between a process model and an
analysis, data view or data store execution.
Execution history retention properties have been added to the environment APIs.
Deprecated APIs
The following GraphQL APIs have been deprecated and will not be supported in a future release:
- queryDataStore
- queryDataView
- queryCaseStore
- queryActivityLog
Please use the following queries instead:
- queryDataStoreData - Queries a data store for data.
- queryDataViewData - Queries a data view for data.
- queryCaseStoreData - Queries a case store for data.
- queryActivityLogData - Queries activity log data for a data store or case store.
Performance improvements
Performance improvements have been made across the application, in particular in the following
areas:
- When working with an analysis.
- When executing data stages simultaneously on AWS systems.
Other changes
JSON Parser and DQ+ API Call nodes
The JSON Parser and DQ+ API Call nodes are no longer in "Tech Preview" status.
Sankey charts
Sankey dashboard charts are no longer supported.
Comments
0 comments
Please sign in to leave a comment.