Skip to content

Commit 638c4df

Browse files
authored
Update 1-add-employee-flag.md
1 parent fbaf92e commit 638c4df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shipments/0-exercises/6-employee-emails/1-add-employee-flag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ easily filter or segment shipments based on whether they were made by employees
1212

1313
1. **Create the Seed File**:
1414

15-
In your dbt project directory, create a folder called `data/` if it doesn't already exist. Inside this folder, create a file called `employee_emails.csv` with the following contents:
15+
In your dbt project directory, create a folder called `seeds/` if it doesn't already exist. Inside this folder, create a file called `employee_emails.csv` with the following contents:
1616

1717
```csv
1818
email
@@ -92,4 +92,4 @@ After running dbt, validate the results:
9292
By completing this exercise, you have learned how to:
9393
- Use a CSV seed file to load external data into a dbt project.
9494
- Add an `is_employee` flag to a dimension table (`dim_customers`) based on email addresses.
95-
- Propagate the flag to a fact table (`fct_shipments`) for better analysis efficiency.
95+
- Propagate the flag to a fact table (`fct_shipments`) for better analysis efficiency.

0 commit comments

Comments
 (0)