Skip to content

Commit 8a19e0b

Browse files
authored
Update course-resources.md
1 parent 4dcf24e commit 8a19e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_course_resources/course-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ GRANT USAGE ON SCHEMA AIRBNB.DEV TO ROLE REPORTER;
787787
The contents of `analyses/full_moon_no_sleep.sql`:
788788
```sql
789789
WITH fullmoon_reviews AS (
790-
SELECT * FROM {{ ref('fullmoon_reviews') }}
790+
SELECT * FROM {{ ref('mart_fullmoon_reviews') }}
791791
)
792792
SELECT
793793
is_full_moon,
@@ -934,7 +934,7 @@ More information on variable passing: https://docs.getdbt.com/docs/build/project
934934
#### Set up your environment
935935
Let's create a virtualenv and install dbt and dagster. These packages are located in [requirements.txt](requirements.txt).
936936
```
937-
virutalenv venv -p python3.11
937+
virtualenv venv -p python3.11
938938
pip install -r requirements.txt
939939
```
940940

0 commit comments

Comments
 (0)