What tables do I have in this dataset in BQ?
List them!
More tables, like with Google Analytics:
Get latest (freshest date/table)
It is so META good.
SELECT max(table_id) as latest_available_day_tbl
FROM `bigquery-public-data.google_analytics_sample.__TABLES_SUMMARY__`