dbt-sugar icon indicating copy to clipboard operation
dbt-sugar copied to clipboard

Support SSO-based connections to Snowflake

Open d8aRay opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

It is not possible to connect to a Snowflake instance where a user's authentication happens via SSO; this is preventing us from using dbt-sugar.

The error is

pydantic.error_wrappers.ValidationError:
[ErrorWrapper(exc=MissingError(), loc=('password',))]
<class 'dbt_sugar.core.clients.dbt.SnowflakeDbtProfilesModel'>

Describe the solution you'd like dbt-sugar to support SSO for Snowflake connections

d8aRay avatar Jun 02 '22 03:06 d8aRay