catalyst-cooperative / pudl-usage-metrics

A dagster ETL for collecting and cleaning PUDL usage metrics.
MIT License
1 stars 0 forks source link

ETL Kaggle kernel/notebook metrics #180

Open e-belfer opened 1 month ago

e-belfer commented 1 month ago

Kaggle kernel (notebook) metrics are available through the Kaggle API using the following bash command: kaggle kernels list --page-size 200 --dataset catalystcooperative/pudl-project -v

I've poked around the API and have yet to find a direct Python call of the package that doesn't return an authorization error.

### Tasks
- [ ] Try to find direct Python call for script
- [ ] If no direct call, add bash script that exports terminal output to csv to `save_daily_metrics.yml`
- [ ] ETL this small table
zaneselvans commented 1 month ago

Ah, too bad it doesn't say how many times it's been run or cloned by other users.