You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the new Zenodo archive DOI values to pudl/workspace/datastore.py.
Run the datastore script to download the new year of data.
Add the new year to the working_partitions in pudl/metadata/sources.py
Add the new year to the years in etl_full.yml and etl_fast.yml.
Update the information in pudl/package_data:
file maps (add _Early_Release suffix!)
column maps (probably the same)
page maps (probably the same)
skip footer (probably the same)
skip rows (+1 for early release data)
Launch dagit and refresh the code location.
Materialize the raw_eia861 asset group. Look out for warnings in the logs about missing or extra columns. If they appear, check and update the package_data accordingly.
Materialize the clean_eia861 asset group. You'll probably see some errors related to encoding. Take a look at which column it's talking about and look at metadata/resources/eia.py to see which encoder in CODE_METADATA to tweak.
There are no tests for EIA861....so....yeah.
The text was updated successfully, but these errors were encountered:
pudl/workspace/datastore.py
.working_partitions
inpudl/metadata/sources.py
etl_full.yml
andetl_fast.yml
.pudl/package_data
:raw_eia861
asset group. Look out for warnings in the logs about missing or extra columns. If they appear, check and update thepackage_data
accordingly.clean_eia861
asset group. You'll probably see some errors related to encoding. Take a look at which column it's talking about and look atmetadata/resources/eia.py
to see which encoder inCODE_METADATA
to tweak.There are no tests for EIA861....so....yeah.
The text was updated successfully, but these errors were encountered: