Skip to content

Commit 6d5f153

Browse files
authored
fix(sqlmesh): small bug in union statement for chain metrics (#4660)
1 parent 6bc6d37 commit 6d5f153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/oso_sqlmesh/models/intermediate/domain-specific/chain-metrics/int_chain_metrics.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ defillama_metrics AS (
3737
oso_metrics AS (
3838
SELECT
3939
sample_date,
40+
'OSO' AS source,
4041
chain,
4142
metric_name,
42-
'OSO' AS source,
4343
amount
4444
FROM oso.int_chain_metrics_from_oso
4545
),

0 commit comments

Comments
 (0)