Snowflake-Labs / schemachange

A Database Change Management tool for Snowflake
Apache License 2.0
516 stars 228 forks source link

externalbrowser Authenticator ignores Snowflake password #289

Open zanebclark opened 1 month ago

zanebclark commented 1 month ago

On this line, we're returning the ExternalBrowserCredential instance, before we fetch the password on this line. We need to fetch the password and pass it into the ExternalBrowserCredential constructor.

zanebclark commented 1 month ago

I take it back. This is still a bug, but the problem is that externalbrowser references the password at all. Closed by https://github.com/Snowflake-Labs/schemachange/pull/292