Fabric App Sqldb Writeback

Use when a Fabric App needs transactional WRITE-BACK (comments, edits, requests, approvals) on top of Lakehouse data — 'users edit data in my Fabric app', 'write back to the source', 'my saved comment takes forever to appear', 'read-your-own-writes', 'mirror Gold into the app database', 'seed the Rayfin SQL DB headless', or when the app is juggling multiple data tiers/auth flows and needs consolidation. Encodes the operational-data-store architecture: app owns its SQL DB, a copy job mirrors Lakehouse Gold into it, one SDK for everything. For read-only apps use fabric-app-lakehouse-live; for app creation/deploy use fabric-app-bootstrap.

gusbavia 4df4b6e 2 files · 7.8 KB Updated

File contents

gusbavia/fabric-apps-skills/tree/main/skills/fabric-app-sqldb-writeback commit 4df4b6ef24

Frequently asked questions

npx skillmds@latest add gusbavia/fabric-app-sqldb-writeback