Fabias - Fabric Infrastructure and Security¶
OneLake security and workspace automation for Microsoft Fabric.
Features¶
- Automatic Environment Detection - Works inside Fabric notebooks or standalone
- Microsoft Fabric API - Workspaces, pipelines, lakehouses, connections
- OneLake Security - ABAC with roles, RLS, and CLS
- Azure Data Factory - Pipeline execution and monitoring
- Microsoft Teams - Channel messaging with Adaptive Cards
- Key Vault - Secret management
Quick Start¶
import fabias
# Inside Fabric - auth is automatic
ws = fabias.workspace()
pipeline = ws.pipeline("Daily ETL")
job = pipeline.run()
job.wait()