Dazhong Xia
Dazhong Xia
I noticed when running tests that we don't actually reset the test database after our tests run! This is kind of funky, since it means the order of our tests...
We want to make data validation checks easy to add to our assets. I'm envisioning a future where we have something like: ```python @pv.weighted_bounds_checks( [ pv.WeightedBoundsCheck( title="some_check", data_col="col1", weight_col="col2", low_bound=Bound(0.5,...
We can get the Annual Energy Outlook data as a JSON from here: https://www.eia.gov/outlooks/aeo/ So - each record in this pile is a data series column, basically. There's a "data"...
Once #1420 is closed, we will be using one version of `frictionless` across the board. Unfortunately, that version will be 4.40.8, which is missing critical [SQL-describing functionality](https://github.com/catalyst-cooperative/ferc-xbrl-extractor/issues/153). We should upgrade...
# Overview Sometimes stuff goes wrong! We need to make decisions about how urgently they need to be fixed! If we don't make those decisions, we'll treat everything as urgent...
# Problem Right now, our nightly builds: * do not send logs to Cloud Logging in a timely or complete way - this makes debugging outside of whatever ETL logs...
Right now, we have but one lonely Kaggle notebook, which addresses the question, "How can I use PUDL to dig into the history of one specific generation plant?" Other questions...
### Description ### What type of issue is this? (place an `x` in one of the `[ ]`) - [x] bug - [ ] enhancement (feature request) - [ ]...