aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/test/data_sources/ohlcv_external/crypto_compare_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* query CC with larger batch sizexianny2018-12-081-2/+2
|
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-051-0/+47
* [WIP] pull OHLCV records from Crypto Compare * lint * refactor to pull logic out of script and into modules * add entity test for ohlcv_external entity * implement rate limit and chronological backfill for ohlcv * add unit tests; cleanup variable names * Fetch OHLCV pairs params from events table * better method names * fix outdated test * lint * Clean up after review * oops * fix failing test * better filtering of most recent records * fix bug when generating pairs * fix default earliest backfill date * fix bug with retrieving backfill time * prettier