Skip to content

Commit

Permalink
Additional change
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Nov 13, 2023
1 parent 6983bdb commit 6f98fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-cloud-apis/sl-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ mutation {
compileSql(
environmentId: BigInt!
metrics: [{name:"food_order_amount"} {name:"order_gross_profit"}]
groupBy: [{name:"metric_time, grain:"month"}, {name:"customer__customer_type"}]
groupBy: [{name:"metric_time, grain: MONTH}, {name:"customer__customer_type"}]
) {
sql
}
Expand Down

0 comments on commit 6f98fdf

Please sign in to comment.