Skip to content
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 is_closed column in the orders table #42

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

popcornylu
Copy link

This is a demo for categorizing changes. For a modified model, we can classify changes into the following categories:

  • Breaking change: The change affects all downstream models.
  • Partial breaking change: The change affects only downstream models that use the modified columns.
  • Non-breaking change: The change does not impact any downstream models.

By using this categorization, we can more accurately evaluate the impact radius, allowing us to pinpoint which models are actually affected.

Copy link

github-actions bot commented Jan 6, 2025

Recce Summary

Manifest Information

Manifest Catalog
Base 2024-11-05 07:49:11 2024-11-05 07:49:12
Current 2025-01-14 08:58:14 2025-01-14 08:58:15

Lineage Graph

graph LR
model.jaffle_shop.stg_orders["stg_orders

[What's Changed]
Code, Schema"]
style model.jaffle_shop.stg_orders stroke:#ffa502
model.jaffle_shop.stg_orders---->model.jaffle_shop.orders
model.jaffle_shop.stg_orders---->model.jaffle_shop.customers
model.jaffle_shop.orders["orders

[What's Changed]
Code, Schema"]
style model.jaffle_shop.orders stroke:#ffa502
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.customer_segments["customer_segments"]
model.jaffle_shop.customer_order_pattern["customer_order_pattern"]

Loading

Checks Summary

Checks Run Data Mismatch Detected
4 2

Checks of Data Mismatch Detected

Name Type Mismatched Nodes
Model schema of customers, orders and modified nodes Schema Diff stg_orders, orders
Row count of customers, orders and modified table model Row Count Diff orders

See PR page: https://cloud.datarecce.io/DataRecce/jaffle_shop_duckdb/pulls/42

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

@popcornylu popcornylu force-pushed the feature/demo-change-category branch from 1507595 to ef6b13f Compare January 10, 2025 03:32
@popcornylu popcornylu force-pushed the feature/demo-change-category branch from ef6b13f to d7872b7 Compare January 14, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant