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 data.
Update the information in pudl/package_data if necessary:
file maps (remove _Early_Release suffix!)
column maps (probably the same)
page maps (probably the same)
skip footer (probably the same)
skip rows (remove the +1 for early release data)
Launch dagit and refresh the code location.
Materialize the raw_eia860 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 norm_eia 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.
Update the validation test test_minmax_rows in test/validate/eia_test.py.
The text was updated successfully, but these errors were encountered:
pudl/workspace/datastore.py
.pudl/package_data
if necessary:raw_eia860
asset group. Look out for warnings in the logs about missing or extra columns. If they appear, check and update the package_data accordingly.norm_eia
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.test_minmax_rows
intest/validate/eia_test.py
.The text was updated successfully, but these errors were encountered: