Open
Description
⚠️ Problem
We need tests to validate that the data in open datasets is good and free of bugs.
🛠️ Solution
Create tests to validate scenarios for each dataset:
- Regions: Each row with the same RegionId should have the same RegionName
- Example hubs query:
Regions | summarize make_set(RegionName) by RegionId | where array_length(set_RegionName) != 1
- Example hubs query:
- Services: Each row with the same ServiceName should have the same ServiceCategory/Subcategory/etc
- Resource types: Do not include default portal links
- Resource types: Do not include "en-us" in any URLs
🙋♀️ Ask for the community
We could use your help:
- Please vote this issue up (👍) to prioritize it.
- Leave comments to help us solidify the vision.