We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcf24e commit 8a19e0bCopy full SHA for 8a19e0b
_course_resources/course-resources.md
@@ -787,7 +787,7 @@ GRANT USAGE ON SCHEMA AIRBNB.DEV TO ROLE REPORTER;
787
The contents of `analyses/full_moon_no_sleep.sql`:
788
```sql
789
WITH fullmoon_reviews AS (
790
- SELECT * FROM {{ ref('fullmoon_reviews') }}
+ SELECT * FROM {{ ref('mart_fullmoon_reviews') }}
791
)
792
SELECT
793
is_full_moon,
@@ -934,7 +934,7 @@ More information on variable passing: https://docs.getdbt.com/docs/build/project
934
#### Set up your environment
935
Let's create a virtualenv and install dbt and dagster. These packages are located in [requirements.txt](requirements.txt).
936
```
937
-virutalenv venv -p python3.11
+virtualenv venv -p python3.11
938
pip install -r requirements.txt
939
940
0 commit comments