Example PR: GitHub Action Behaviour - validate semguard PR comment and annotations#2
Example PR: GitHub Action Behaviour - validate semguard PR comment and annotations#2yeaight7 wants to merge 5 commits into
dbt-semguard found 8 semantic changes
Highest severity: breaking
Annotations
Check warning on line 20 in models/orders.yml
github-actions / dbt-semguard-annotations
dbt-semguard: risky change
Entity `sales_rep` in semantic model `orders` was added.
Check failure on line 23 in models/orders.yml
github-actions / dbt-semguard-annotations
dbt-semguard: breaking change
Dimension `country` in semantic model `orders` was removed.
Check failure on line 24 in models/orders.yml
github-actions / dbt-semguard-annotations
dbt-semguard: breaking change
Dimension `ordered_at` in semantic model `orders` changed granularity from `day` to `week`.
Check warning on line 27 in models/orders.yml
github-actions / dbt-semguard-annotations
dbt-semguard: risky change
Dimension `sales_channel` in semantic model `orders` was added.
Check failure on line 50 in models/orders.yml
github-actions / dbt-semguard-annotations
dbt-semguard: breaking change
Ratio metric `aov` changed denominator from `order_count` to `gross_revenue`.
Check warning on line 34 in models/orders.yml
github-actions / dbt-semguard-annotations
dbt-semguard: risky change
Metric `gross_revenue` changed filter from `order_status='completed'` to `order_status in ('completed', 'refunded')`.
Check failure on line 34 in models/orders.yml
github-actions / dbt-semguard-annotations
dbt-semguard: breaking change
Simple metric `gross_revenue` changed aggregation from `sum` to `avg`.
Check warning on line 44 in models/orders.yml
github-actions / dbt-semguard-annotations
dbt-semguard: risky change
Metric `refunded_orders` was added.