Hi all! I created a PR that adds support for two more authentication types in the Snowflake source:
https://github.com/linkedin/datahub/pull/3955.
Internally we are not using username/password auth but are instead using key pair and SSO external browser auth to Snowflake. While the external browser auth likely isn't ideal for running scheduled ingestion I used it locally to test my access and connectivity to Snowflake so figured I’d include it as an option.
Any feedback is super appreciated!