From ebcd24f28316f0bf1b4432ca2506b2f08d88954d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20MARRERO=20MEYER?= <143833750+timotheeMM@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:17:47 +0200 Subject: [PATCH] fix a typo --- chapters/05/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/05/python.md b/chapters/05/python.md index 51b75a1..ac18327 100644 --- a/chapters/05/python.md +++ b/chapters/05/python.md @@ -82,7 +82,7 @@ The latest version of dbt support python models on its own, however these are mo ::: 1. **fal python models:** Ready to run it 1. First run the selected new dbt models `dbt run --select marts.ml.*` - 2. Take a look at the created table `dbt_ml.customer_registration_prediction` + 2. Take a look at the created table `dbt_marts.customer_registration_prediction` 3. Then run the python script itself `fal run` 4. Now you can take a look at the table again. 2. [BONUS] Add staging ml folder and incorporate all the way up into `customers` table so you manager can see it in his dashboard!