From 8756d21d8c11ed6a1a1ee74db917c9c7c6867aa7 Mon Sep 17 00:00:00 2001 From: uri Date: Fri, 6 Sep 2024 15:46:19 +0200 Subject: [PATCH] Specifying sqlfmt instructions to follow for dbt Power User --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e309062..1dfd63c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Welcome to Superhog's DWH dbt project. Here we model the entire DWH. - Run `dbt debug`. If it runs well, you are all set. If it fails, there's something wrong with your set up. Grab the terminal output and pull the thread. - Complements - If you are in VSCode, you most probably want to have this extension installed: [dbt Power User](https://marketplace.visualstudio.com/items?itemName=innoverio.vscode-dbt-power-user) - - It is advised to use [this autoformatter](https://sqlfmt.com/) and to automatically [run it on save](https://docs.sqlfmt.com/integrations/vs-code). + - It is advised to use [this autoformatter](https://sqlfmt.com/) and to automatically [run it on save](https://docs.sqlfmt.com/integrations/vs-code). **Important**: if you have already installed dbt Power User, [follow the instructions of this link directly](https://docs.sqlfmt.com/integrations/dbt-power-user). ### Local DWH