I think the issue is the account parameter in your profile. (I always get this wrong with snowflake…). dbt expects just the part of the url beforesnowflakecomputing.com, like abc1234 or abc1234.us-east-1.aws
In the account parameter there will be"." instead of “.” use “-”, as while copying the account ID it gets copied with “.”. I got the error resolved by doing this.