Skip to content

dbt-maxcompute v1.9.0-a5

Compare
Choose a tag to compare
@dingxin-tech dingxin-tech released this 20 Feb 05:08
· 9 commits to master since this release

Features:

  • Adaptation to the latest MaxCompute SQL syntax:
    • DATE_TRUNC now supports datepart values: 'quarter', 'isoweek', 'week', and 'weekday'
    • DATEADD now supports datepart values: 'millisecond' and 'microsecond'
    • DATEDIFF now supports datepart values: 'microsecond', 'isoweek', 'week', and 'weekday'
  • persist_doc now supports view materialization
  • New calculate_freshness_from_metadata function for calculating data freshness
  • lifecycle parameter support for table and incremental materialization to specify table lifecycle

Fixes:

  • Resolved an issue where specifying a partition column as the first column during materialization would add an extra comma.