process-mining
2023.4
false
- Release notes
- Before you begin
- Getting started
- Integrations
- Managing access
- Working with process apps
- Creating apps
- Loading data
- Uploading data
- Retrieving the SQL Server database parameters
- Setting up a SQL Server account for data upload using an extractor
- Loading data using Theobald Xtract Universal
- Customizing process apps
- Data transformations
- TemplateOne app template
- Purchase to Pay app template
- Order to Cash app template
- Basic troubleshooting guide
Process Mining
Last updated Dec 18, 2024
2023.4.10
Dbt projects now run with dbt version 1.8.4. Check out the official dbt documentation to make use of the latest dbt functionalities.
With the introduction of unit tests in dbt version 1.8, the
tests:
key was renamed to data_tests:
. For existing process apps, this results in a deprecation warning that is displayed when running an ingestion or opening
Data transformations.[WARNING]: Deprecated functionality The `tests` config has been renamed to `data_tests`. Please see https://docs.getdbt.com/docs/build/data-tests#new-data_tests-syntax
for more information.
For default process apps, you can rename the occurrences of the
tests:
config to data_tests:
in the dbt_project.yml
and the sources.yml
files to fix this. For customized process apps, this can be present in other .yml
files as well.
Check out the official dbt documentation on the New data_tests:
syntax for more information.
We are constantly striving to improve your UiPath® Process Mining experience. While this release brings no major changes, we included security and accessibility improvements, as well as minor bug fixes.