creating snowflake connection in dbt

Hi All, I am new to dbt and I have been trying to follow up with the dbt training. Now, while trying to establish the connection between snowflake and dbt I have been facing errors and I am not understanding where I am making mistakes.

Thanks in advance!

I assume you can log into the Snowflake UI using the credentials you’re testing, so besides that, the 2 scenarios below come to mind.

  1. Check that your Snowflake account doesn’t have network policies in place.
  2. If all else fails, try using a simple password. I’ve been burned twice (with different services and thus different connectors) with complex passwords that include special characters (% or $).

Hi Nestor,

I have resolved the connection issue. I identified that I wasn’t using the correct account name. I had to use the region details alongside the account name.

Thank you for your support.

Kind regards,
Uttam

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.