Uploaded image for project: 'Cost Management'
  1. Cost Management
  2. COST-5480

Validate new Trino tables

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Normal Normal
    • 2024-Sep-24
    • None
    • Data Pipeline
    • None

      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;```

              myersco Cody Myers
              rhn-support-lcouzens Luke Couzens
              Daniel Chorvatovic Daniel Chorvatovic
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

                Created:
                Updated:
                Resolved: