Skip to content

demo app: incident priority digest#138

Open
fyzanshaik-atlan wants to merge 11 commits intomainfrom
demo/incident-priority-digest
Open

demo app: incident priority digest#138
fyzanshaik-atlan wants to merge 11 commits intomainfrom
demo/incident-priority-digest

Conversation

@fyzanshaik-atlan
Copy link
Copy Markdown
Collaborator

Summary

  • Add new quickstart app incident_priority_digest that ingests incident records via workflow input (records_json) and produces a daily ops digest
  • Digest includes severity/status counts, top-10 unresolved incidents sorted by criticality, and per-team breakdowns with nested severity distributions
  • Raw records written to raw/incidents/, transformed digest written to transformed/digest/ following standard SDK output conventions
  • 20 unit tests covering all digest logic (counts, filtering, grouping, edge cases) and activity functions (parse, write raw, generate digest)
  • E2e test scaffolded with BaseTest pattern and sample config for full workflow validation

Test plan

  • uv run pytest tests/unit/ -v — 20/20 passing
  • E2e: uv run poe start-deps && uv run main.py && uv run pytest tests/e2e/ (requires Temporal + Dapr runtime)

🤖 Generated with Claude Code

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 6, 2026

📦 Trivy Vulnerability Scan Results

Schema Version Created At Artifact Type
2 2026-02-06T18:05:21.838205648Z . filesystem

Report Summary

Could not generate summary table (data length mismatch: 33 vs 30).

Scan Result Details

connectors/anaplan/uv.lock
connectors/mysql/uv.lock
quickstart/ai_giphy/uv.lock
quickstart/giphy/uv.lock
quickstart/hello_world/uv.lock
quickstart/incident_priority_digest/uv.lock
templates/generic/uv.lock
utilities/asset_descriptor_reminder/uv.lock
utilities/freshness_monitor/uv.lock
utilities/workflows_observability/uv.lock

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 6, 2026

📦 Trivy Secret Scan Results

Schema Version Created At Artifact Type
2 2026-02-06T18:05:33.542448752Z . filesystem

Report Summary

Target Type Secrets . filesystem ✅ None found

Scan Result Details

✅ No secrets found during the scan for ..

Line-length reformatting for activities, unit tests, and e2e test
to satisfy the pre-commit ruff-format hook.
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