Problem with configurations

I started the dbt fundamentals course and i thing i didnt configure something right. when i try to qurey i get errors:

Summary
Details

Download Logs
DbtRuntimeError
Runtime Error
Database error while listing schemas in database “RAW”
Database Error
002043 (02000): SQL compilation error:
Object does not exist, or operation cannot be performed.
06:56:06 Registered adapter: snowflake=1.5.2
06:56:06 Found 3 models, 4 tests, 0 snapshots, 0 analyses, 322 macros, 0 operations, 0 seed files, 0 sources, 0 exposures, 0 metrics, 0 groups
06:56:06
06:56:08
06:56:08 Finished running in 0 hours 0 minutes and 1.92 seconds (1.92s).
DbtRuntimeError

Check if the database RAW exists in your snowflake account, then check if dbt has the permissions to use the database

@brunoszdl how to check permissions on this? Please help me on this

same issue @brunoszdl a response would be helpful here

dbt assumes a role when connecting to snowflake (if dbt-core the role is in profiles.yml, if dbt Cloud the role is in the connection config)

Then use show grants to check permissions SHOW GRANTS | Snowflake Documentation