You don’t need to keep the headers, but try to hit these points in your question: →
The problem I’m having is trying to set up the dbt connection via windows and anaconda. I am taking a udemy course the complete dbt from zero to hero and we set up our aws account and them we install, go to worksheets and run the ddl to create and load a sample database. Then we setup dbt. The instructions we are given is to use the address of the worksheets. They say it s/b in this format xxxxxx.us-east-2.aws. But my snowflake url is /us-east-2.aws/xxxxxxxx so of course it doesn’t accept that and it doesn’t accept xxxxxx.us-east-2.aws. When I run dbt debug I get the error
Failed to connect to DB:Incorrect username or password was specified
So my question is what credentials do I use to setup dbt
The context of why I’m trying to do this
I have tried setting it up like this us-east-2.aws/xxxxxxx too but that doesn’t work either.
Some example code or error messages
Put code inside backticks
to preserve indentation
which is especially important
for Python and YAML!