Closed colin-rogers-dbt closed 11 months ago
@colin-rogers-dbt , Addressed this issue in 1.6.2 and 1.7.1 + versions. released -> 1.6.2 just now. https://pypi.org/project/dbt-fabric/1.6.2/
I did not revert the change, rather, I added service principal as an alias to ActiveDirectoryServicePrincipal authentication mode. Allowing users to provide "ServicePrincipal" as an authentication mode. Adapter will treat ServicePrincipal as ActiveDirectoryServicePrincipal authentication mode.
This change removed authentication method that dbt Cloud relies on, specifically:
ClientSecretCredential
Can we revert and include those?