Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore individual FERC 1 plant output tables. #3417

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

zaneselvans
Copy link
Member

@zaneselvans zaneselvans commented Feb 21, 2024

Overview

Adds back the individual FERC Form 1 plant output tables (large steam, hydro, pumped hydro, small) since they are more ergonomic to work with when you need a single type of plant, and the concatenated all-plants table has no easy way to select on the source table.

These tables were already being written to the DB, just with a _out prefix, since they were needed by PudlTabl to maintain its old per-table access behavior, so this was just a rename of those tables and references to them, and didn't require any new metadata compilation / Resource definition.

Closes #3416

Testing

Ran the full ETL locally, and it was able to deal with the new output tables and their downstream dependencies.

To-do list

@zaneselvans zaneselvans added ferc1 Anything having to do with FERC Form 1 output Exporting data from PUDL into other platforms or interchange formats. labels Feb 21, 2024
@zaneselvans zaneselvans added this to the v2024.02 milestone Feb 21, 2024
@zaneselvans zaneselvans self-assigned this Feb 21, 2024
@zaneselvans zaneselvans marked this pull request as ready for review February 21, 2024 22:46
@zaneselvans zaneselvans added this pull request to the merge queue Feb 21, 2024
Merged via the queue into main with commit 03c3c9b Feb 22, 2024
12 checks passed
@zaneselvans zaneselvans deleted the restore-ferc1-plant-outputs branch February 22, 2024 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ferc1 Anything having to do with FERC Form 1 output Exporting data from PUDL into other platforms or interchange formats.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Reinstate standalone FERC 1 plant output tables
2 participants