I'm able to successfully run all my models on dbt cloud in the develop tab by simply running "dbt run". However when I run it using a Job in the Deploy tab, I get the following error:
03:29:58 Finished running in 0 hours 1 minutes and 32.32 seconds (92.32s).
Runtime Error
Database error while listing schemas in database "REPORTING"
Database Error
250001 (08001): Failed to connect to DB: dsadsadsad.us-east-1.snowflakecomputing.com:567. Incorrect username or password was specified.
I'm not sure why it would work in Develop, but not in a job.