From 59cf4c38074c72882e38a8f7305139c10a75a309 Mon Sep 17 00:00:00 2001 From: e-belfer Date: Fri, 9 Jun 2023 08:36:33 -0400 Subject: [PATCH] Update release notes --- docs/release_notes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 02916a3d3b..2b85d5d5ed 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -58,6 +58,8 @@ Dagster Adoption * :mod:`pudl.extract.ferc1.dbf2sqlite()` and :mod:`pudl.extract.xbrl.xbrl2sqlite()` are now configurable dagster ops. These ops make up the ``ferc_to_sqlite`` dagster graph in :mod:`pudl.ferc_to_sqlite.defs`. + * FERC 714 extraction methods are now subsettable by year, with 2019 and 2020 data + included in the ``etl_fast.yml`` by default. See :issue:`2628` and PR :pr:`2649`. Data Coverage ^^^^^^^^^^^^^