Conversation
3422476 to
ea1949e
Compare
f77c882 to
dd81eee
Compare
This comment was marked as outdated.
This comment was marked as outdated.
dd81eee to
c3c7cbd
Compare
This comment was marked as outdated.
This comment was marked as outdated.
c3c7cbd to
bfa3d74
Compare
This comment was marked as outdated.
This comment was marked as outdated.
bfa3d74 to
5eb597b
Compare
This comment was marked as outdated.
This comment was marked as outdated.
13b9eea to
48d079b
Compare
cbb7071 to
876790a
Compare
876790a to
675f3f4
Compare
675f3f4 to
2f94dcb
Compare
675f3f4 to
2783f65
Compare
2783f65 to
ddba084
Compare
ddba084 to
b2bc335
Compare
b2bc335 to
de73e11
Compare
de73e11 to
52ddef8
Compare
|
We found that the round effect may not be used in the jaffle shop analysis. We use to the type change instead. Here is the old one
|
6d74c85 to
301297e
Compare
Signed-off-by: popcorny <celu@infuseai.io>
301297e to
79774e4
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
SummaryPR #3 changes the amount type from DOUBLE precision Key Changes
Impact Analysisgraph LR
raw_payments["raw_payments<br/>(source)"]:::unchanged
stg_payments["stg_payments<br/>(view)"]:::modified
customers["customers<br/>(table)"]:::impacted
customer_order_pattern["customer_order_pattern<br/>(table)"]:::impacted
customer_segments["customer_segments<br/>(table)"]:::impacted
orders["orders<br/>(table)"]:::impacted
orders_daily_summary["orders_daily_summary<br/>(incremental)"]:::impacted
raw_payments --> stg_payments
stg_payments --> customers
stg_payments --> orders
customers --> customer_order_pattern
customers --> customer_segments
orders --> orders_daily_summary
classDef added fill:#d4edda,stroke:#28a745,color:#000000
classDef removed fill:#f8d7da,stroke:#dc3545,color:#000000
classDef modified fill:#fff3cd,stroke:#ffc107,color:#000000
classDef impacted fill:#ffffff,stroke:#ffc107,color:#000000
classDef unchanged fill:#ffffff,stroke:#d3d3d3,color:#999999
☑️ Checklist
🔍 Suggested Actions
|
Overview:
This PR changes the amount type from DOUBLE to DECIMAL(10,2). Because for currency column, it make more sense to use the DECIMAL type instead of DOUBLE type.
Changes:
Rationale:
To better understand and mitigate any potential distortions caused by data rounding.
UPDATED (2025/03/07):
Please see the comment below