Automate a daily ETL of Currency Rates into BigQuery
Step by Step Guide – how to automate adding currency rates to BigQuery via a basic ETL flow. 1. Signup to the free plan from OpenExchangeRates Generate an ‘App ID’. This will let you get the latest rates 1000 times per month for free. 2. Create a Dataset in BigQuery to hold the data called ‘currency_rates’ 3. Create a BigQuery Table called “openexchangerates_responses” to Hold all the API responses We will need a “data” column…