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

Create new issue template for adding a new year of data #3089

Merged
merged 21 commits into from
Dec 5, 2023
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e59ec47
Create new issue template for adding a new year of eia data
aesharpe Nov 27, 2023
0180fd4
Address Christina's PR comments
aesharpe Nov 27, 2023
0f8493a
Add step about plant_id mapping to eia issue template
aesharpe Nov 27, 2023
9b3804d
update path to zenodo doi in the eia issue template
aesharpe Nov 27, 2023
5c20ae5
Merge branch 'dev' into issue-template-for-eia-annual-release
aesharpe Nov 27, 2023
c7701e9
Merge branch 'issue-template-for-eia-annual-release' of https://githu…
aesharpe Nov 27, 2023
1064452
Make the annual updates template more generic and link directly to th…
aesharpe Nov 28, 2023
a563ff3
Rename eia_new_year.md template to annual_updates.md
aesharpe Nov 28, 2023
6c2df5f
Merge branch 'dev' into issue-template-for-eia-annual-release
aesharpe Nov 28, 2023
eb67770
Update conda-lock.yml and rendered conda environment files.
aesharpe Nov 28, 2023
936b33d
Merge branch 'dev' into issue-template-for-eia-annual-release
aesharpe Nov 30, 2023
dcfbbb2
Merge branch 'issue-template-for-eia-annual-release' of https://githu…
aesharpe Nov 30, 2023
028876e
Update conda-lock.yml and rendered conda environment files.
aesharpe Nov 30, 2023
bed5d8d
Merge branch 'dev' into issue-template-for-eia-annual-release
aesharpe Dec 1, 2023
4c932e7
Update conda-lock.yml and rendered conda environment files.
aesharpe Dec 1, 2023
0145bbe
Merge branch 'dev' into issue-template-for-eia-annual-release
aesharpe Dec 5, 2023
bf1fd58
Merge branch 'issue-template-for-eia-annual-release' of https://githu…
aesharpe Dec 5, 2023
373c20e
align environment files with dev
aesharpe Dec 5, 2023
eb73c68
Update conda-lock.yml and rendered conda environment files.
aesharpe Dec 5, 2023
7da9629
Merge branch 'dev' into issue-template-for-eia-annual-release
aesharpe Dec 5, 2023
77c8e79
Merge branch 'issue-template-for-eia-annual-release' of https://githu…
aesharpe Dec 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/annual_updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Integrate New Year of Data
about: Check-list for integrating a new year of data
title: ''
labels: new-data
assignees: ''

---

### New year of data integration check-list:

Based on the [Annual Updates Docs](https://catalystcoop-pudl.readthedocs.io/en/dev/dev/annual_updates.html)


- [ ] [Obtain fresh data](https://catalystcoop-pudl.readthedocs.io/en/latest/dev/annual_updates.html#obtain-fresh-data)
- [ ] [Map the structure of the new data](https://catalystcoop-pudl.readthedocs.io/en/latest/dev/annual_updates.html#map-the-structure-of-the-new-data)
- [ ] [Test data extraction](https://catalystcoop-pudl.readthedocs.io/en/latest/dev/annual_updates.html#test-data-extraction)
- [ ] [Update table and column transformations](https://catalystcoop-pudl.readthedocs.io/en/latest/dev/annual_updates.html#update-table-column-transformations)
- [ ] [Update the PUDL db schema](https://catalystcoop-pudl.readthedocs.io/en/latest/dev/annual_updates.html#update-the-pudl-db-schema)
- [ ] [Connect datasets](https://catalystcoop-pudl.readthedocs.io/en/latest/dev/annual_updates.html#connect-datasets)
- [ ] [Run the ETL](https://catalystcoop-pudl.readthedocs.io/en/latest/dev/annual_updates.html#run-the-etl)
- [ ] [Update the output routines and run full tests](https://catalystcoop-pudl.readthedocs.io/en/latest/dev/annual_updates.html#update-the-output-routines-and-run-full-tests)
- [ ] [Run and update data validations](https://catalystcoop-pudl.readthedocs.io/en/latest/dev/annual_updates.html#run-and-update-data-validations)
- [ ] [Update the documentation](https://catalystcoop-pudl.readthedocs.io/en/latest/dev/annual_updates.html#update-the-documentation)
Loading