-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow passing granularity in where filter
TimeDimension
name (#1316)
Allow users to use dunder syntax to pass granularity in where filter `TimeDimension`. Ex: `{{ TimeDimension('metric_time__month') }} > 2020-01-01` This behavior is currently implemented everywhere else that similar Jinja parsing happens, making this one site inconsistent. Fix that to avoid user confusion.
- Loading branch information
1 parent
7c5a2c0
commit 3fd75e8
Showing
3 changed files
with
75 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
metricflow-semantics/extra-hatch-configuration/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# dbt Cloud depends on metricflow-semantics (dependency set in dbt-mantle), so DSI must always point to a production version here. | ||
dbt-semantic-interfaces>=0.6.1, <2.0.0 | ||
dbt-semantic-interfaces>=0.6.5, <2.0.0 | ||
graphviz>=0.18.2, <0.21 | ||
python-dateutil>=2.9.0, <2.10.0 | ||
rapidfuzz>=3.0, <4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters