Releases: UiPath/ProcessMining-pm-utils
Releases · UiPath/ProcessMining-pm-utils
v0.12.0
What's Changed
- feat/cast blanks to null DNA-12262 (DNA-12840) by @JasperSelmanUiPath in #40
to_varchar
casts the empty string tonull
.not_null
test also checks for the empty string.
Full Changelog: v0.11.1...v0.12.0
v0.11.1
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
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
v0.10.0
v0.9.1
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
v0.8.0
What's Changed
- DNA-9003 (DNA-9472) feat: refactor optional macro by @m-veens in #25
- DNA-9003 (DNA-9528) add min_boolean by @JasperSelmanUiPath in #26
Full Changelog: v0.7.2...v0.8.0
v0.7.2
v0.7.1
Updates:
create_index
macro now also accepts non-source tables to create a clustered columnstore index for SQL Server.