Skip to content

Commit

Permalink
fix: metrics_v0 missing metric_namespace in sqlmesh mart model (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng authored Sep 8, 2024
1 parent 9a0f830 commit 2b6a79f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warehouse/metrics_mesh/models/metrics_v0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ metrics_v0_no_casting AS (
select
metric_id::String,
metric_source::String,
metric_namespace::String,
metric_name::String,
display_name::String,
description::Nullable(String),
Expand Down

0 comments on commit 2b6a79f

Please sign in to comment.