Jan Rous
Jan Rous
> @rousik Can you update the main description for this PR to reflect the current situation? It's been through so many changes and the code on `main` has changed so...
Having fairly static model that we feed into ETL for speed-up sounds like a reasonable approach to me. This is indeed a new paradigm for pudl, so we should consider...
Is there a reason why we couldn't publish the model weights on zenodo similarly to how we publish other datasets?
This is combination of pre-existing PR that reworks pytest and refactoring of `ferc_to_sqlite` into separate matrix-based job. I'm aiming to turn this into separate PR when `parallel-pytest` is merged, but...
Do you have the outputs on gcs, or can you tell me how to repro the etl run in question? I could test my scripts against this case. On Fri,...
All right, I have ran bug-509 branch vs dev and here's the output diff report: ``` RowCount(pudl.sqlite/denorm_boiler_fuel_eia923): 108 RowCount(pudl.sqlite/denorm_boiler_fuel_monthly_eia923): 108 RowCount(pudl.sqlite/denorm_boiler_fuel_yearly_eia923): 9 RowCount(pudl.sqlite/denorm_fuel_receipts_costs_eia923): 1390 RowCount(pudl.sqlite/denorm_fuel_receipts_costs_monthly_eia923): 248 RowCount(pudl.sqlite/denorm_fuel_receipts_costs_yearly_eia923): 32 RowCount(pudl.sqlite/denorm_generation_eia923): 24...
Latest dev available at the time and latest commit of bug-509. rousik-output-diff branch has a tool "output_diff" you could point at two directories and it will produce the report for...