-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Transform XBRL core_ferc714__yearly_planning_area_demand_forecast table #3856
Conversation
…ferc714__yearly_planning_area_demand_forecast table
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a high-level comment, but I spent some time tackling the duplicate PK values in the XBRL data before I realized that they were getting handled in the FercXBRLSQLiteIOManager
class load_input
function. Specifically, I didn't realize that the older publication_date
values were getting dropped and the report_year
column was getting made there. It's a little confusing to have that happen in the IOManager vs. the transforms. I understand that it might be more efficient to do it that way though.
Out of scope to change for this PR, just a thought I had.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks grand!! i have two real but minor questions and one nittiest of nit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
oh! @aesharpe ! can you add the new years of data into the |
Overview
Closes #3837 .
What problem does this address?
Adds XBRL data (2021 +) for the annual demand forecast table.
What did you change?
YearlyPlanningAreaDemandForecast
class and class functions.forecast
to the column names with forecasted values.Ideas
We could add some tests for the 714 data that made sure the mwh and mw values fell within a reasonable range. Might be something we put on the backburner for now.
Testing
How did you make sure this worked? How can a reviewer verify this?
Materialize the
core_ferc714__yearly_planning_area_demand_forecast
table in dagster.To-do list