From 731d422ff877d9621273896c56551e3042a76521 Mon Sep 17 00:00:00 2001 From: Daniel Reeves Date: Mon, 6 Jan 2025 23:55:14 -0500 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1666217..5474fdd 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,8 @@ So when should you use `fwl`? The main use case is in OLTP systems (e.g. Postgre ## Setting method options globally -Method options can be set globally via `vars`, e.g. in your `dbt_project.yml`. Each `method` gets its own config, e.g. `dbt_linreg: chol: ...`. Here is an example: +Method options can be set globally via `vars`, e.g. in your `dbt_project.yml`. Each `method` gets its own config, e.g. the `dbt_linreg: method_options: chol: ...` namespace only applies to the `chol` method. Here is an example: +>>>>>>> 72d089e (update readme) ```yaml # dbt_project.yml