-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Rounding Effect Analysis Feature #3
base: main
Are you sure you want to change the base?
Conversation
3422476
to
ea1949e
Compare
f77c882
to
dd81eee
Compare
Recce SummaryLineage Graphgraph LR
model.jaffle_shop.stg_payments["stg_payments [MODIFIED]"]
style model.jaffle_shop.stg_payments stroke:#ffa502
model.jaffle_shop.stg_payments---->model.jaffle_shop.customers
model.jaffle_shop.stg_payments---->model.jaffle_shop.orders
model.jaffle_shop.stg_payments-...->model.jaffle_shop.rounding_effect
model.jaffle_shop.customers["customers"]
model.jaffle_shop.customers---->model.jaffle_shop.customer_segments
model.jaffle_shop.customers---->model.jaffle_shop.customer_order_pattern
model.jaffle_shop.orders["orders"]
model.jaffle_shop.rounding_effect["rounding_effect [ADDED]"]
style model.jaffle_shop.rounding_effect stroke:#1dce00
model.jaffle_shop.customer_segments["customer_segments"]
model.jaffle_shop.customer_order_pattern["customer_order_pattern"]
Next StepsIf you want to check more detail inforamtion about the recce result, # Unzip the downloaded artifact file
tar -xf recce-state-file.zip
# Launch the recce server based on the state file
recce server --review recce_state.json |
dd81eee
to
c3c7cbd
Compare
Recce SummaryLineage Graphgraph LR
model.jaffle_shop.stg_payments["stg_payments
[What's Changed]
Code, Schema"]
style model.jaffle_shop.stg_payments stroke:#ffa502
model.jaffle_shop.stg_payments---->model.jaffle_shop.orders
model.jaffle_shop.stg_payments---->model.jaffle_shop.customers
model.jaffle_shop.stg_payments-...->model.jaffle_shop.rounding_effect
model.jaffle_shop.orders["orders"]
model.jaffle_shop.customers["customers"]
model.jaffle_shop.customers---->model.jaffle_shop.customer_segments
model.jaffle_shop.customers---->model.jaffle_shop.customer_order_pattern
model.jaffle_shop.rounding_effect["rounding_effect
[What's Changed]
Added Node"]
style model.jaffle_shop.rounding_effect stroke:#1dce00
model.jaffle_shop.customer_segments["customer_segments"]
model.jaffle_shop.customer_order_pattern["customer_order_pattern"]
Checks Summary
Next StepsIf you want to check more detail inforamtion about the recce result, please download the artifact file and open it by Recce CLI. How to check the recce result# Unzip the downloaded artifact file
tar -xf recce-state-file.zip
# Launch the recce server based on the state file
recce server --review recce_state.json
# Open the recce server http://localhost:8000 by your browser |
c3c7cbd
to
bfa3d74
Compare
Recce SummaryLineage Graphgraph LR
model.jaffle_shop.stg_payments["stg_payments
[What's Changed]
Code, Schema"]
style model.jaffle_shop.stg_payments stroke:#ffa502
model.jaffle_shop.stg_payments---->model.jaffle_shop.orders
model.jaffle_shop.stg_payments---->model.jaffle_shop.customers
model.jaffle_shop.stg_payments-...->model.jaffle_shop.rounding_effect
model.jaffle_shop.orders["orders"]
model.jaffle_shop.customers["customers"]
model.jaffle_shop.customers---->model.jaffle_shop.customer_segments
model.jaffle_shop.customers---->model.jaffle_shop.customer_order_pattern
model.jaffle_shop.rounding_effect["rounding_effect
[What's Changed]
Added Node"]
style model.jaffle_shop.rounding_effect stroke:#1dce00
model.jaffle_shop.customer_segments["customer_segments"]
model.jaffle_shop.customer_order_pattern["customer_order_pattern"]
Checks Summary
Next StepsIf you want to check more detail inforamtion about the recce result, please download the artifact file and open it by Recce CLI. How to check the recce result# Unzip the downloaded artifact file
tar -xf recce-state-file.zip
# Launch the recce server based on the state file
recce server --review recce_state.json
# Open the recce server http://localhost:8000 by your browser |
bfa3d74
to
5eb597b
Compare
Recce SummaryManifest Information
Lineage Graphgraph LR
model.jaffle_shop.stg_payments["stg_payments
[What's Changed]
Code, Schema"]
style model.jaffle_shop.stg_payments stroke:#ffa502
model.jaffle_shop.stg_payments---->model.jaffle_shop.orders
model.jaffle_shop.stg_payments---->model.jaffle_shop.customers
model.jaffle_shop.stg_payments-...->model.jaffle_shop.rounding_effect
model.jaffle_shop.orders["orders
[What's Changed]
"]
model.jaffle_shop.customers["customers
[What's Changed]
"]
model.jaffle_shop.customers---->model.jaffle_shop.customer_segments
model.jaffle_shop.customers---->model.jaffle_shop.customer_order_pattern
model.jaffle_shop.rounding_effect["rounding_effect
[What's Changed]
Added Node"]
style model.jaffle_shop.rounding_effect stroke:#1dce00
model.jaffle_shop.customer_segments["customer_segments"]
model.jaffle_shop.customer_order_pattern["customer_order_pattern"]
Checks Summary
Checks of Data Mismatch Detected
See PR page: https://cloud.datarecce.io/DataRecce/jaffle_shop_duckdb/pulls/3 How to check the recce result# Launch the recce server based on the state file
recce server --review --cloud --password yummy_jaffle
# Open the recce server http://localhost:8000 by your browser |
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
Signed-off-by: Even Wei <[email protected]>
de73e11
to
52ddef8
Compare
Overview:
This PR introduces a new Rounding Effect Analysis feature, aimed at analyzing and reporting the impacts of rounding in our data processing.
Changes:
Rationale:
To better understand and mitigate any potential distortions caused by data rounding.