fabric
Posts tagged "fabric".
- Deploying Fabric Without a Debugger
I gave myself three Fabric workspaces and a deployment pipeline, and the first thing that went wrong went wrong quietly — the notebook deployed fine and pointed at the wrong environment. A field note on why CI/CD ends up small: when it breaks, you have a log and nothing else.
- Incremental Load Is Not One Thing
"Incremental load" gets used like a single technique. It's a family of at least eight, each with its own failure mode — and the right move is usually the weakest one that still guarantees correctness.
- Your Date Dimension Is Not Static
A date dimension is supposed to be the one table you build once and never touch. Then someone adds an "IsCurrentMonth" column, and last quarter's report starts quietly changing overnight.