dbt-labs / dbt-core

dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
https://getdbt.com
Apache License 2.0
9.25k stars 1.53k forks source link

[Feature] Support `cumulative_type_params` in semantic manifest #10360

Open courtneyholcomb opened 3 days ago

courtneyholcomb commented 3 days ago

Is this your first time submitting a feature request?

Describe the feature

DSI has recently moved fields related to cumulative metrics from the type_params field to type_params.cumulative_type_params. This creates better organization in the metric spec, and also includes a new field called type_params.cumulative_type_params.period_agg which is used to re-aggregate cumulative metrics for non-default granularities. Add support for this field in core.

Describe alternatives you've considered

No response

Who will this benefit?

No response

Are you interested in contributing this feature?

No response

Anything else?

No response