Skip to content

Releases: UiPath/ProcessMining-pm-utils

v0.12.0

03 Mar 10:49
Compare
Choose a tag to compare

What's Changed

  • feat/cast blanks to null DNA-12262 (DNA-12840) by @JasperSelmanUiPath in #40
    • to_varchar casts the empty string to null.
    • not_null test also checks for the empty string.

Full Changelog: v0.11.1...v0.12.0

v0.11.1

23 Feb 12:17
Compare
Choose a tag to compare

What's Changed

  • refactor: use datetime2 instead of datetime in SQL Server DNA-11164 (DNA-12524) by @silviustanimir in #39

Full Changelog: v0.11.0...v0.11.1

v0.11.0

08 Feb 12:26
Compare
Choose a tag to compare

What's Changed

  • Update license files (DNA-10966 / DNA-11570) by @Dennis-UiPath in #34
  • ci: add check for jira issue key DNA-11484 (DNA-11742) by @JasperSelmanUiPath in #35
  • feat: added optional table macro (DNA-2784: DNA-12040) by @cverhoef in #37
  • feat: add id option to the optional macro (DNA-10742: DNA-12081) by @cverhoef in #38

Full Changelog: v0.10.1...v0.11.0

v0.10.1

16 Jan 10:35
Compare
Choose a tag to compare

What's Changed

  • fix: format test dummy test (DNA-9934: DNA-11230) by @cverhoef in #33

Full Changelog: v0.10.0...v0.10.1

v0.10.0

12 Jan 11:54
Compare
Choose a tag to compare

What's Changed

  • feat: source tests log messages (DNA-9934: DNA-10905, DNA-10906) by @cverhoef in #32

Full Changelog: v0.9.1...v0.10.0

v0.9.1

22 Dec 07:21
Compare
Choose a tag to compare

What's Changed

  • fix: use proper casing for information schema (DNA-10178 / DNA-10713) by @Dennis-UiPath in #31

Full Changelog: v0.9.0...v0.9.1

v0.9.0

13 Dec 11:36
Compare
Choose a tag to compare

What's Changed

  • feat: support for user-friendly errors (DNA-9136: DNA-9580, DNA-9789) by @cverhoef in #27
  • feat: concat function to handle null values similar in SQL Server and Snowflake (DNA-9751: DNA-10586) by @cverhoef in #30

Full Changelog: v0.8.0...v0.9.0

v0.8.0

14 Nov 09:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.8.0

v0.7.2

28 Sep 14:55
Compare
Choose a tag to compare

Bug fix:

  • The computation of the Unique_edge field in the generate_edge_table() macro is fixed by generating the Edge_ID in a consistent way.

v0.7.1

26 Aug 15:04
Compare
Choose a tag to compare

Updates:

  • create_index macro now also accepts non-source tables to create a clustered columnstore index for SQL Server.