-
-
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
Eia923 2022 final release q4 update Nov 21 #3073
Eia923 2022 final release q4 update Nov 21 #3073
Conversation
…do wiped their sandbox server
There is a weird thing happening here where the rows for the For reference, the missing plants are: |
…ed to recieving pushes from forked repos
…ertozanchi/pudl into eia923-2022-final-release-q4
…ertozanchi/pudl into eia923-2022-final-release-q4
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #3073 +/- ##
=====================================
Coverage 88.7% 88.7%
=====================================
Files 89 89
Lines 11018 11018
=====================================
Hits 9778 9778
Misses 1240 1240 ☔ View full report in Codecov by Sentry. |
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.
wow this looked surprisingly straightforward!! thanks @robertozanchi and @aesharpe !
I have one non-blocking question about a deletion. maybe it should be blocking bc it doesn't seem like it should be deleted.
but everything else looks great! I'm glad to see that the column maps didn't need to be changed for either the early->final update or the new monthly update!
with: | ||
ref: ${{ env.GITHUB_REF }} |
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.
what is this deletion about??
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 deletion was an effort to fix test failures resulting from the fact that this PR is from a forked repo. But those tests still fail due to permissions anyways, so idk whether it's worth keeping this out or not. @bendnorman @jdangerx do you have thoughts?
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.
Ah good point. Forgot that the GCS cache sync needs credentials 🤦 . I think we should still remove this because the default behavior uses the GITREF that started the action.
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.
@jdangerx any idea why pytest.yml
uses fetch-depth: 2
instead of the default fetch-depth: 1
?
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.
I bet there's something somewhere in our tox-pytest that cares about "what has changed since the previous commit." Not sure what that would be, though.
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.
I think it's worth keeping it out, but point taken that the GCS credentials are obviously not going to be available in fork PRs. If we get more time to think about contributor workflows in the future we should think a bit harder about how we want our CI checks to go.
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.
In the update-conda-lockfile
action there's a check for one of the actions that it's not on a forked repo. We could add that where appropriate to skip things that should run from outside the org.
For more information, see https://pre-commit.ci
…te the 923 data sources page to say that we do ingest the monthly data.
Added a lil more with #3100 |
Update in progress for eia923 Aug 2023 data