You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused conda data-fetcher function and therefore remove DuckDB dependency. (#106)
* Can actually remove the whole function and the dependency!?
* And now these are unused.
* Regenerate package-lock.json.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
consttotalDownloads=awaitdb.all(`SELECT pkg_name, SUM(counts)::INTEGER AS total FROM '${baseDir}/*.parquet' WHERE pkg_name IN (${formattedString}) GROUP BY pkg_name`);
81
-
82
-
if(lastMonth==12){
83
-
currYear-=1;
84
-
}
85
-
86
-
constlastMonthDownloads=awaitdb.all(`SELECT pkg_name, SUM(counts)::INTEGER AS total FROM '${baseDir}/${currYear}-${String(lastMonth).padStart(2,'0')}.parquet' WHERE pkg_name IN (${formattedString}) GROUP BY pkg_name`);
0 commit comments