Skip to content

4.0.0

Compare
Choose a tag to compare
@mikix mikix released this 15 Jul 19:14
· 12 commits to main since this release
00da4f8

Breaking changes since 3.0.0:

  • c_resources_per_pt
    • Special value * All is renamed to cumulus__all and * No recognized category is renamed to cumulus__none
  • Flat tables (that is, non-cube tables like c_resources_per_pt and all the q_* 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 or category)
    • 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 a null value)

Other notable changes:

  • c_resources_per_pt: Added a std_dev column
  • c_us_core_v4_count: Stop looking for presentedForm in DiagnosticReport profiles, since the ETL strips that field
  • q_date_recent: Fixed a syntax error when running against AWS Athena
  • q_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.