Skip to content

feat: add report_date to fct_orders#2

Open
anandgupta42 wants to merge 2 commits intomainfrom
sim/non-det-fct_orders-202603241028
Open

feat: add report_date to fct_orders#2
anandgupta42 wants to merge 2 commits intomainfrom
sim/non-det-fct_orders-202603241028

Conversation

@anandgupta42
Copy link
Copy Markdown
Contributor

Added report_date column using current_date() to fct_orders.sql for audit tracking.

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

@github-actions
Copy link
Copy Markdown

⚠️ Altimate Code — 4 warnings

Check Result Details
SQL Quality ⚠️ 4 warnings 4 issues in 1 files
⚠️ 4 warnings
# File Line Issue Fix
1 models/marts/fct_orders.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/marts/fct_orders.sql 9 SELECT * detected — explicitly list columns for clarity and performance Replace SELECT * with an explicit column list, e.g. SELECT id, name, status FROM ...
3 models/marts/fct_orders.sql 41 Non-deterministic function detected — results will vary between runs. Consider parameterizing. Replace with a parameterized date variable or a macro argument, e.g. WHERE created_at > {{ run_date }}
4 models/marts/fct_orders.sql 47 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