We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301297e commit 6d74c85Copy full SHA for 6d74c85
models/staging/stg_payments.sql
@@ -16,7 +16,7 @@ renamed as (
16
payment_method,
17
18
-- `amount` is currently stored in cents, so we convert it to dollars
19
- (amount / 100)::DECIMAL(10,2) amount
+ (amount / 100)::DECIMAL(10,1) amount
20
21
from source
22
0 commit comments