Update README.md
This commit is contained in:
parent
d0b5d3d84a
commit
8029e55c70
@ -65,6 +65,7 @@ w.DownloadFile(url, downloadLoc);
|
|||||||
* Large tables should be partitioned *
|
* Large tables should be partitioned *
|
||||||
* Reduce usage of long-length columns with high cardinality *^
|
* Reduce usage of long-length columns with high cardinality *^
|
||||||
* Split date and time ***
|
* 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:
|
*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
|
## 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
|
* 2021-07-26 Version 1.2
|
||||||
* New Rules
|
* New Rules
|
||||||
* [Error Prevention] Avoid structured data sources with provider partitions ([blog post](https://www.elegantbi.com/post/convertdatasources))
|
* [Error Prevention] Avoid structured data sources with provider partitions ([blog post](https://www.elegantbi.com/post/convertdatasources))
|
||||||
|
Loading…
Reference in New Issue
Block a user