Skip to content

Commit

Permalink
Update lesson 7
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jul 24, 2024
1 parent 07b7ca3 commit bf706a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Next, we need to update the `DbtProject` object in `dagster_university/assets/db
import os
```

3. Finally, scroll to the initialization of the DbtProject object, and use the new environment variable to access the profile to target. This should be on or around line 11:
3. Finally, scroll to the initialization of the `DbtProject` object, and use the new environment variable to access the profile to target. This should be on or around line 11:

```python
dbt_project = DbtProject(
Expand Down

0 comments on commit bf706a6

Please sign in to comment.