Skip to content

Commit 3bc07c3

Browse files
Bump DSI version and include new transformations
1 parent 987d043 commit 3bc07c3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

metricflow-semantics/requirements-files/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# This allows us to sync new, non-breaking changes to dbt-core without getting a version mismatch in dbt-mantle,
33
# which depends on a specific commit of DSI.
44
# bumping to 0.9.3 will cause test failures, so pinning to dev2 until fixed
5-
dbt-semantic-interfaces==0.9.3.dev2
5+
# dbt-semantic-interfaces==0.9.3.dev2
6+
dbt-semantic-interfaces @ git+https://github.com/dbt-labs/dbt-semantic-interfaces.git@157424b
67
graphviz>=0.18.2, <0.21
78
python-dateutil>=2.9.0, <2.10.0
89
rapidfuzz>=3.0, <4.0

requirements-files/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Jinja2>=3.1.6, <3.7.0
22
# bumping to 0.9.3 will cause test failures, so pinning to dev2 until fixed
3-
dbt-semantic-interfaces==0.9.3.dev2
3+
# dbt-semantic-interfaces==0.9.3.dev2
4+
dbt-semantic-interfaces @ git+https://github.com/dbt-labs/dbt-semantic-interfaces.git@157424b
45
more-itertools>=8.10.0, <10.2.0
56
pydantic>=1.10.0, <3.0
67
tabulate>=0.8.9

tests_metricflow/snapshots/test_mf_engine.py/list/test_list_metrics__result0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ docstring:
1212
'average_booking_value',
1313
'average_instant_booking_value',
1414
'bookers',
15+
'bookers_fill_nulls_with_0_join_to_timespine',
1516
'booking_fees',
1617
'booking_fees_last_week_per_booker_this_week',
1718
'booking_fees_per_booker',
@@ -50,6 +51,10 @@ docstring:
5051
'bookings_per_lux_listing_derived',
5152
'bookings_per_view',
5253
'bookings_since_start_of_month',
54+
'buys',
55+
'buys_fill_nulls_with_0',
56+
'buys_fill_nulls_with_0_join_to_timespine',
57+
'buys_month',
5358
'current_account_balance_by_user',
5459
'derived_bookings_0',
5560
'derived_bookings_1',
@@ -109,4 +114,6 @@ docstring:
109114
'visit_buy_conversion_rate_by_session',
110115
'visit_buy_conversion_rate_with_monthly_conversion',
111116
'visit_buy_conversions',
117+
'visits',
118+
'visits_fill_nulls_with_0_join_to_timespine',
112119
]

0 commit comments

Comments
 (0)