Merged PR 2768: Specifying sqlfmt instructions to follow for dbt Power User
# Description Updated link to use for dbt Power User usage with sqlfmt # Checklist (N/A) - [ ] The edited models and dependants run properly with production data. - [ ] The edited models are sufficiently documented. - [ ] The edited models contain PK tests, and I've ran and passed them. - [ ] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Specifying sqlfmt instructions to follow for dbt Power User Related work items: #20860
This commit is contained in:
commit
3bef513443
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue