Skip to content

fix: improve daily reports reliability and formatting#52

Open
Daniel Beer (DanielB945) wants to merge 1 commit intomainfrom
add-ltx-daily-reports-skill
Open

fix: improve daily reports reliability and formatting#52
Daniel Beer (DanielB945) wants to merge 1 commit intomainfrom
add-ltx-daily-reports-skill

Conversation

@DanielB945
Copy link
Collaborator

Summary

  • Removed broken credit limit section from marketing report (schema error with _sdc_sequence field)
  • Updated product report template to consolidated table format for better scannability
  • Each metric now shows: value (DoD% / vs Week%) in a single table row

Test Plan

  • Run marketing report query successfully (no schema errors)
  • Run product report query and verify output matches new template format
  • Verify all three daily reports (Marketing, Product, Sales) execute without errors

Two key improvements to LTX daily reports:

1. Remove credit limit section from marketing report
   - The credit_limit_summary CTE referenced _sdc_sequence field which doesn't exist in backend_griffin_market_purchased_consumables table
   - Temporarily disabled to unblock report execution
   - Added comment noting the issue for future fix

2. Update product report template to table format
   - Changed from verbose bullet-point format to compact table
   - Each cell shows: value (DoD% / vs Week%)
   - Added explanation section for easier interpretation
   - Maintains all metrics while improving scannability

These changes ensure reports run reliably and present data more effectively.
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