dbt-sugar
dbt-sugar copied to clipboard
Support SSO-based connections to Snowflake
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