Provided by buz.dev
The NYC taxi rides dataset consists of all taxi rides for the month of October 2024
attach 'https://hive.buz.dev/nyc_taxi' as taxi; use taxi; show tables; select * from yellow_trips limit 10;