Fabric Error Handling

Use when writing error handling in Fabric notebooks — the Tier 1 (setup, preconditions, hard-fail, raise immediately) vs Tier 2 (bulk operations, soft-fail, track per-item, print summary) convention. Covers the canonical `results = {succeeded, skipped, failed}` shape, the STRICT=False default for scheduled runs, STRICT=True for CI/orchestration, per-item metrics with a parallel per_item list, boundary rules (Tier 1 helpers may be called inside Tier 2 loops; don't wrap Tier 1 in try/except at the notebook level), and anti-patterns to avoid (silent continue, parallel bookkeeping lists).

wardawgmalvicious 1511b3f 2 files · 11.8 KB Updated

File contents

wardawgmalvicious/agent-config/tree/main/skills/fabric/fabric-error-handling commit 1511b3fd4e

Frequently asked questions

npx skillmds@latest add wardawgmalvicious/fabric-error-handling