4.2.1 - Set Up Project
Last updated Feb 18, 2025
🕓 Estimated time spent on this lesson | ~35 min
Copy NYC Taxi data into your BigQuery
One option is this python script to get the data into your bucket:
⚠️ I do not recommend these linked below because for the HW the data is different...https://console.cloud.google.com/marketplace/product/city-of-new-york/nyc-tlc-trips?project=taxi-rides-ny-448101; https://www.youtube.com/watch?v=Mork172sK_c&embeds_referring_euri=https%3A%2F%2Fcdn.iframe.ly%2F&source_ve_path=OTY3MTQ
Open a free developer dbt cloud account following this link
Following these instructions to connect to your BigQuery instance in dbt
More detailed instructions in dbt_cloud_setup.md
⚠️ I recommend creating a dataset in BigQuery for your dbt model info, that way you can set-up the correct geographical location there! Otherwise, there may be a US vs. EU mismatch. Then when you connect to BigQuery in dbt, just use the dataset name you already created.
Follow the below link to connect to Github - you can use SSH found above in 3a
Last updated