With Athena connected to the Glue catalog, you can now validate the processed dataset with a simple SQL query.
Use the following SQL statement:
SELECT *
FROM quarantine_yellow_taxi_trip_data
LIMIT 5;
Enter the query in Athena and choose Run.

If the setup is correct, Athena returns sample rows from the processed table.

At this point, you have validated that: