4.0.0
Breaking changes since 3.0.0:
c_resources_per_pt
- Special value
* All
is renamed tocumulus__all
and* No recognized category
is renamed tocumulus__none
- Special value
- Flat tables (that is, non-cube tables like
c_resources_per_pt
and all theq_*
tables) got a few new guarantees:- The first column is always the resource
- There is always a second column for a group identifier - the column will be named something table-specific (like
profile
orcategory
) - For each resource, the second column will always include a
cumulus__all
roll-up entry and a more-specific entry (even if that more specific entry is a complete duplicate with anull
value)
Other notable changes:
c_resources_per_pt
: Added astd_dev
columnc_us_core_v4_count
: Stop looking forpresentedForm
in DiagnosticReport profiles, since the ETL strips that fieldq_date_recent
: Fixed a syntax error when running against AWS Athenaq_system_use
: Catch cases of codeableConcepts that are defined but with all null values- Support the new
cumulus-library
option syntax of--option output-mode:aggregate
for specifying an aggregate output mode.