Skip to content

refactor: simplify stg_customers query#1

Open
anandgupta42 wants to merge 13 commits intomainfrom
sim/select-star-stg_customers-202603241028
Open

refactor: simplify stg_customers query#1
anandgupta42 wants to merge 13 commits intomainfrom
sim/select-star-stg_customers-202603241028

Conversation

@anandgupta42
Copy link
Copy Markdown
Contributor

Simplified the SELECT clause in stg_customers.sql for readability.

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

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 24, 2026

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

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

📊 Blast Radius — 3 downstream models (13 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

    stg_customers["stg_customers"]:::modified --> dim_customers["dim_customers"]:::downstream
    stg_customers["stg_customers"]:::modified --> rpt_customer_ltv["rpt_customer_ltv"]:::downstream
    stg_customers["stg_customers"]:::modified --> customer_snapshot["customer_snapshot"]:::downstream
Loading

🔴 Modified    🟡 Downstream    🟣 Exposure    🧪 13 tests also affected

⚠️ 2 warnings
# File Line Issue Fix
1 models/staging/stg_customers.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/staging/stg_customers.sql 17 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