Skip to content

Commit

Permalink
fix: do not include metric_name in key_metrics models (#3039)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng authored Feb 13, 2025
1 parent aca1f85 commit c74cf94
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ SELECT
artifact_id::TEXT,
sample_date::DATE,
amount::DOUBLE,
metric::TEXT,
unit::TEXT
FROM key_metrics_by_artifact_v0_no_casting
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ SELECT
collection_id::TEXT,
sample_date::DATE,
amount::DOUBLE,
metric::TEXT,
unit::TEXT
FROM key_metrics_by_collection_v0_no_casting
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ SELECT
project_id::TEXT,
sample_date::DATE,
amount::DOUBLE,
metric::TEXT,
unit::TEXT
FROM key_metrics_by_project_v0_no_casting

0 comments on commit c74cf94

Please sign in to comment.