Skip to content

Commit 88ffd2d

Browse files
Merge pull request dbt-labs#11 from dbt-labs/revert-9-dbt_cloud_testing
Revert "Fixing develop"
2 parents b7cb709 + ba23678 commit 88ffd2d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

models/marts/example_develop_metric.sql

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metrics:
66
label: Total Discount ($)
77
timestamp: order_date
88
time_grains: [day, week, month]
9-
calculation_method: average
10-
expression: amount
9+
type: average
10+
sql: amount
1111
dimensions:
1212
- had_discount
1313
- order_country
@@ -17,7 +17,6 @@ metrics:
1717
select *
1818
from {{ metrics.develop(
1919
develop_yml=my_metric_yml,
20-
grain='month',
21-
metric_list=['develop_metric']
20+
grain='month'
2221
)
2322
}}

0 commit comments

Comments
 (0)