Skip to content

Commit

Permalink
Update website/docs/reference/resource-configs/full_refresh.md
Browse files Browse the repository at this point in the history
Co-authored-by: nataliefiann <[email protected]>
  • Loading branch information
mirnawong1 and nataliefiann authored Jan 24, 2025
1 parent 53cf493 commit 3b37641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/resource-configs/full_refresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You can set the `full_refresh` config in the `dbt_project.yml` file or in a reso
| ---------------------------- | -------- |
| If set to `true` | The resource _always_ performs a full refresh, regardless of whether you pass the `--full-refresh` flag in the dbt command. |
| If set to `false` | The resource _never_ performs a full refresh, regardless of whether you pass the `--full-refresh` flag in the dbt command. |
| If set to `none` or omitted | The resource follows the behavior of the `--full-refresh` flag. If the flag is used, the resource will full-refresh; otherwise, it won't. |
| If set to `none` or omitted | The resource follows the behavior of the `--full-refresh` flag. If the flag is used, the resource will perform a full refresh; otherwise, it will not. |

#### Note
- The `--full-refresh` flag also supports a short name, `-f`.
Expand Down

0 comments on commit 3b37641

Please sign in to comment.