-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Fix FERC714 validation failure #3021
Comments
@cmgosnell yeah, I found that and reported on my findings on slack (still not sure what comms channel to use when) here: https://catalystcooperative.slack.com/archives/C02BSMJJVR8/p1699336003657749. I have dug into the data that feeds into this table and found out that |
After further digging, I can see that the only piece of information that flows from
|
Okay @rousik well I think I've isolated at which point in the processing for why they showed up before is still a bit of a mystery to me... |
okay these records indeed don't have (also i'm going to add in a validation test re the |
@cmgosnell is this closeable? |
@cmgosnell I'm closing since this seems to be working... let us know if there's still something here to address. |
There are 90 missing records post #2999. In my understanding this stems from the processing within
annualized_respondents_ferc714
and is filtering down intosummarized_demand_ferc714
(which is a db table and output table being min/max row checked). It seems there are 6 respondents that are missing from the new table. I pulled the last-passed nightly build next to my local db:@rousik you did some digging into this as well and if you have a similar view but maybe found a more broad issue with this change
The text was updated successfully, but these errors were encountered: