From 8029e55c70df57fae8ae90626ac39ab919f1fa15 Mon Sep 17 00:00:00 2001 From: m-kovalsky Date: Wed, 18 Aug 2021 14:54:55 +0300 Subject: [PATCH] Update README.md --- BestPracticeRules/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BestPracticeRules/README.md b/BestPracticeRules/README.md index 9221685..c6533b0 100644 --- a/BestPracticeRules/README.md +++ b/BestPracticeRules/README.md @@ -65,6 +65,7 @@ w.DownloadFile(url, downloadLoc); * Large tables should be partitioned * * Reduce usage of long-length columns with high cardinality *^ * Split date and time *** + * Fix referential integrity violations * *These rules use [Vertipaq Analyzer](https://www.sqlbi.com/tools/vertipaq-analyzer/) data. There are 2 methods to load this data into Tabular Editor: @@ -82,6 +83,9 @@ w.DownloadFile(url, downloadLoc); ## Version History +* 2021-08-18 Version 1.2.1 + * New Rules + * [Maintenance] Fix referential integrity violations ([blog post](https://www.elegantbi.com/post/findblankrows)) * 2021-07-26 Version 1.2 * New Rules * [Error Prevention] Avoid structured data sources with provider partitions ([blog post](https://www.elegantbi.com/post/convertdatasources))