Skip to content

Example PR: GitHub Action Behaviour - validate semguard PR comment and annotations#2

Open
yeaight7 wants to merge 5 commits into
mainfrom
test/semguard-pr-comment
Open

Example PR: GitHub Action Behaviour - validate semguard PR comment and annotations#2
yeaight7 wants to merge 5 commits into
mainfrom
test/semguard-pr-comment

Merge remote-tracking branch 'origin/main' into test/semguard-pr-comment

7009047
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / dbt-semguard-annotations failed Apr 26, 2026 in 0s

dbt-semguard found 8 semantic changes

Highest severity: breaking

Annotations

Check warning on line 20 in models/orders.yml

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / dbt-semguard-annotations

dbt-semguard: risky change

Metric `refunded_orders` was added.