You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use cloud auth (ServicePrincipal) for fabric profile, keep sqlserver as Docker target
dbt-fabric only supports Azure AD authentication methods and cannot connect
to a local SQL Server Docker container with SQL auth. Move fabric from
Docker targets to cloud targets using ServicePrincipal authentication
(matching the dbt-data-reliability configuration).
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
0 commit comments