I’m trying to update our instance’s credentials to a key pair authentication method from snowflake. The instance of dbt cloud runs in the IDE but on a scheduled run or a manual production run it fails and throws an incorrect username or password error.
I’ve already tried running a full refresh in the ide, the scheduled run still fails.
I have tried creating a fresh production job and this also fails.
I have combed through the files in the actual job to see if I’m missing a hard coded value or some other strange thing, this has been a dead end.
I can execute a successful run in the IDE with this authentication setup, but I cannot execute a successful run in my jobs.
Please advise