Skip to content

Commit

Permalink
Remove rogue backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Dec 16, 2023
1 parent 9bc167c commit 8d04ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/best-practices/clone-incremental-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You'll have two commands for your dbt Cloud CI check to execute:
```
2. Build all of the models that have been modified and their downstream dependencies:
```shell
dbt build --select state:modified+`
dbt build --select state:modified+
```

Because of your first clone step, the incremental models selected in your `dbt build` on the second step will run in incremental mode.
Expand Down

0 comments on commit 8d04ade

Please sign in to comment.