gelic-idealab / komodo-data

Data pipeline for the Komodo XR instruction platform
1 stars 0 forks source link

Fix drop command, implement data_requests table, implement aggregation CSV file downloads, remove user_energy function #9

Closed wheeendiii closed 2 years ago

wheeendiii commented 2 years ago

Description

Type of change

How Has This Been Tested?

Run query_test.py file to check output CSV to the current folder. Run unit test query_test.py and check the result of unit tests (should say "ok"). Manually test edge cases like null inputs and an empty table. (output error messages)

(to run unit test: cd komodo/komodo-data and run: python -m unittest query_test.py

Test Configuration:

Checklist:

Modified from this article: Phillip Johnston, “A GitHub Pull Request Template for Your Projects - Embedded Artistry,” Embedded Artistry, Aug. 04, 2017. https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ (accessed Jul. 22, 2021).