From 5e3d418264bf1d3482c1e3c74784badfc10557bc Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Fri, 27 Sep 2024 06:37:04 -0700 Subject: [PATCH] Add new validations for custom granularities (#10789) * Bump DSI to latest version to ensure mantle users have new validations for custom granularities * Changelog --- .changes/unreleased/Features-20240926-151057.yaml | 6 ++++++ core/setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Features-20240926-151057.yaml diff --git a/.changes/unreleased/Features-20240926-151057.yaml b/.changes/unreleased/Features-20240926-151057.yaml new file mode 100644 index 00000000000..682bc892bea --- /dev/null +++ b/.changes/unreleased/Features-20240926-151057.yaml @@ -0,0 +1,6 @@ +kind: Features +body: Adds validations for custom_granularities to ensure unique naming. +time: 2024-09-26T15:10:57.907694-07:00 +custom: + Author: courtneyholcomb + Issue: "9265" diff --git a/core/setup.py b/core/setup.py index 354326e8896..b31b69dc408 100644 --- a/core/setup.py +++ b/core/setup.py @@ -69,7 +69,7 @@ # These are major-version-0 packages also maintained by dbt-labs. # Accept patches but avoid automatically updating past a set minor version range. "dbt-extractor>=0.5.0,<=0.6", - "dbt-semantic-interfaces>=0.7.1,<0.8", + "dbt-semantic-interfaces>=0.7.2,<0.8", # Minor versions for these are expected to be backwards-compatible "dbt-common>=1.9.0,<2.0", "dbt-adapters>=1.7.0,<2.0",