Skip to content

Commit

Permalink
Removes many timeseries code metrics (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Sep 5, 2024
1 parent 7be91c3 commit c89f244
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 515 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 1 addition & 13 deletions warehouse/dbt/models/intermediate/metrics/int_metrics.sql
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
{{
config(
materialized='table'
materialized='table',
)
}}

select distinct
{{ oso_id('"OSO"', '"oso"', 'metric') }} as metric_id,
"OSO" as metric_source,
"oso" as metric_namespace,
metrics.metric as metric_name,
metrics.metric as display_name,
"TODO" as description,
null as raw_definition,
"TODO" as definition_ref,
"UNKNOWN" as aggregation_function
from {{ ref('int_timeseries_code_metrics_by_artifact__developers') }} as metrics
union all
select distinct
{{ oso_id('"OSO"', '"oso"', 'metric') }} as metric_id,
"OSO" as metric_source,
Expand Down

This file was deleted.

Loading

0 comments on commit c89f244

Please sign in to comment.