richardogoma / bitcoin-rate-etl

An ETL pipeline to ingest near-real time data of Bitcoin rates across major currencies (USD/GBP/EUR) from the CoinDesk Bitcoin Price Index API.
MIT License
0 stars 1 forks source link

TypeError Handling #28

Open richardogoma opened 1 year ago

richardogoma commented 1 year ago
except (requests.exceptions.RequestException, sqlite3.Error) as error_msg:
   pass

Include TypeError to the class of errors handled in the except block of the __init__.py file of the etl module. This is because of the datetime and decimal format transformations invoked from the parser submodule of the transform module.