Skip to content

Commit

Permalink
Remove configuration examples that do not work
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Jan 19, 2024
1 parent 1fbb8df commit 930a26e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions website/docs/reference/global-configs/print-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,12 @@ sidebar: "Print output"

By default, dbt includes `print()` messages in standard out (stdout). You can use the `DBT_NO_PRINT` environment variable to prevent these messages from showing up in stdout.

<File name='profiles.yml'>

```yaml
config:
no_print: true
```
</File>
</VersionBlock>

<VersionBlock firstVersion="1.5">

By default, dbt includes `print()` messages in standard out (stdout). You can use the `DBT_PRINT` environment variable to prevent these messages from showing up in stdout.

<File name='profiles.yml'>

```yaml
config:
print: false
```

</File>

:::warning Syntax deprecation

The original `DBT_NO_PRINT` environment variable has been deprecated, starting with dbt v1.5. Backward compatibility is supported but will be removed in an as-of-yet-undetermined future release.
Expand Down

0 comments on commit 930a26e

Please sign in to comment.