Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Support Service Principal for T‑SQL Notebook Execution

Make T‑SQL notebook execution fully compatible with Service Principals by removing or replacing internal OBO calls that reject SPNs.

 

When pipelines or automated runs execute Fabric notebooks using a Service Principal (SPN), T‑SQL notebook cells can fail because internal Fabric calls use an on‑behalf‑of (OBO) authentication flow that does not accept SPNs. This breaks CI/CD, scheduled jobs, and automation that must run under non‑user identities.

 

Request:

  • Ensure T‑SQL notebook execution does not rely on OBO flows that reject Service Principals.

  • Make notebook runtime APIs and internal calls accept Service Principals consistently.

  • Publish clear documentation listing required permissions and recommended configuration for Service Principals when running notebooks.

See error here: (Moving to Stored procedures is step backwards we want move forward with -t-sql notebooks for enterprise scale usage ) https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Pipeline-T-SQL-Notebook-and-Servic...

Status: New