Values.SnowflakeConnectorProfileCredentialsSourceThe connector-specific profile credentials required when using Snowflake.
type nonrec t = {username : Username.t;The name of the user.
*)password : Password.t;The password that corresponds to the user name.
*)}