Skip to content

feat: add run_id to int_order_metrics#6

Open
anandgupta42 wants to merge 1 commit intomainfrom
sim/non-det-int_order_metrics-202603241921
Open

feat: add run_id to int_order_metrics#6
anandgupta42 wants to merge 1 commit intomainfrom
sim/non-det-int_order_metrics-202603241921

Conversation

@anandgupta42
Copy link
Copy Markdown
Contributor

Added run_id column using generate_uuid() to int_order_metrics.sql for audit tracking.

This is a simulated PR for testing altimate-code-actions.

@github-actions
Copy link
Copy Markdown

⚠️ Altimate Code — 1 model modified · 25 downstream · 2 warnings

Check Result Details
SQL Quality ⚠️ 2 warnings 2 issues in 1 files
dbt Impact 📊 26 models 1 modified → 25 downstream

📊 Blast Radius — 7 downstream models (18 tests affected)

graph LR
    classDef modified fill:#ff6b6b,stroke:#c92a2a,color:#fff,stroke-width:2px
    classDef downstream fill:#ffd43b,stroke:#e67700,color:#333,stroke-width:1px
    classDef exposure fill:#845ef7,stroke:#5f3dc4,color:#fff,stroke-width:2px

    int_order_metrics["int_order_metrics"]:::modified --> fct_orders["fct_orders"]:::downstream
    int_order_metrics["int_order_metrics"]:::modified --> int_customer_orders["int_customer_orders"]:::downstream
    int_order_metrics["int_order_metrics"]:::modified --> int_daily_revenue["int_daily_revenue"]:::downstream
    int_order_metrics["int_order_metrics"]:::modified --> assert_positive_revenue["assert_positive_revenue"]:::downstream
    int_order_metrics["int_order_metrics"]:::modified --> dim_customers["dim_customers"]:::downstream
    int_order_metrics["int_order_metrics"]:::modified --> rpt_customer_ltv["rpt_customer_ltv"]:::downstream
    int_order_metrics["int_order_metrics"]:::modified --> customer_snapshot["customer_snapshot"]:::downstream
Loading

🔴 Modified    🟡 Downstream    🟣 Exposure    🧪 18 tests also affected

⚠️ 2 warnings
# File Line Issue Fix
1 models/intermediate/int_order_metrics.sql 3 SELECT * detected — explicitly list columns for clarity and performance Replace SELECT * with an explicit column list, e.g. SELECT id, name, status FROM ...
2 models/intermediate/int_order_metrics.sql 21 SELECT * detected — explicitly list columns for clarity and performance Replace SELECT * with an explicit column list, e.g. SELECT id, name, status FROM ...

🔍 Altimate Code v0.3.0 · Configure · Feedback

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