Database 'RAW' does not exist or not authorized.

I get the error message: “Database ‘RAW’ does not exist or not authorized.”

I’m trying to follow step 1 of Quickstart for dbt Cloud and Snowflake | dbt Developer Hub

I’m totally new to this so I have no idea what to try to fix.

This is the code I pasted on the worksheet per instruction:

create warehouse transforming;
create database raw;
create database analytics;
create schema raw.jaffle_shop;
create schema raw.stripe;

Thanks in advance for your help!