Draft
Conversation
Recce SummaryManifest Information
Lineage Graphgraph 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"]
Checks Summary
Checks of Data Mismatch Detected
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 |
1507595 to
ef6b13f
Compare
Signed-off-by: popcorny <celu@infuseai.io>
ef6b13f to
d7872b7
Compare
Author
SummaryPR #42 adds an Key Changes
Impact Analysisgraph LR
stg_customers["stg_customers<br/>(view)"]:::unchanged
stg_orders["stg_orders<br/>(view)"]:::unchanged
stg_payments["stg_payments<br/>(view)"]:::unchanged
customers["customers<br/>(table)"]:::modified
customer_segments["customer_segments<br/>(table)"]:::impacted
customer_order_pattern["customer_order_pattern<br/>(table)"]:::impacted
stg_customers --> customers
stg_orders --> customers
stg_payments --> customers
customers --> customer_segments
customers --> customer_order_pattern
classDef modified fill:#fff3cd,stroke:#ffc107,color:#000
classDef impacted fill:#ffffff,stroke:#ffc107,color:#000
classDef unchanged fill:#ffffff,stroke:#d3d3d3,color:#999
☑️ ChecklistNo checks configured in the PR.
🔍 Suggested Actions
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a demo for categorizing changes. For a modified model, we can classify changes into the following categories:
By using this categorization, we can more accurately evaluate the impact radius, allowing us to pinpoint which models are actually affected.