View 6 - Customer_All

The customer_all view is used to direct query a small portion of the full cost and usage report.

  • Click here - to create your customer_all view

Validate View

  • Confirm the view is working, run the following Athena query and you should receive 10 rows of data:

      select * from (database).customer_all
      limit 10