add lookback query param; add rangeselector buttons

This commit is contained in:
crflynn
2018-10-14 01:38:45 -04:00
parent 7b1cd8193b
commit 782283258e
5 changed files with 322 additions and 260 deletions

View File

@@ -415,7 +415,7 @@ def etl():
if __name__ == "__main__":
date = "2018-07-28"
date = "2018-10-13"
env = "prod"
print(date, env)
print(get_daily_download_stats(env, date))