-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
5
-
False
-
None
-
False
-
-
As part of this work we will be creating 3 new managed trino tables. These tables should have data equal to whats available in the original tables. This Task is to validate that is the case and consider adding validation logic to the new managed tables task or an additional task.
For example:
```SELECT
count_1 = count_2 AS counts_match
FROM
(SELECT COUNT AS count_1 FROM managed_azure_openshift_daily) t1,
(SELECT COUNT AS count_2 FROM azure_openshift_daily) t2;```
- duplicates
-
COST-5477 Add an automated verification step
- Closed