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
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.