Skip to content

Commit

Permalink
add missing options (#4740)
Browse files Browse the repository at this point in the history
Resolves #3264

This pr sets to add missing user config options in the `profiles.yml`
page:
- [cache_selected_only](/reference/global-configs/cache): <true | false>
-
[no_print](/reference/global-configs/print-output#suppress-print-messages-in-stdout):
<true | false>
- [target-path](/reference/global-configs/logs#log-and-target-paths):
"other-target"
- [log-path](/reference/global-configs/logs#log-and-target-paths):
"other-logs"

[some outstanding questions were
raised](https://dbt-labs.slack.com/archives/C03SK9W08BC/p1705063983007889)
  • Loading branch information
mirnawong1 authored Jan 19, 2024
2 parents 29120ee + f4cb548 commit 318b1cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/docs/core/connect-data-platform/profiles.yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ This section identifies the parts of your `profiles.yml` that aren't specific to
[fail_fast](/reference/global-configs/failing-fast): <true | false>
[use_experimental_parser](/reference/global-configs/parsing): <true | false>
[static_parser](/reference/global-configs/parsing): <true | false>
[cache_selected_only](/reference/global-configs/cache): <true | false>
[printer_width](/reference/global-configs/print-output#printer-width): <integer>
[log_format](/reference/global-configs/logs): <text | json | default>

<profile-name>:
target: <target-name> # this is the default target
Expand Down

0 comments on commit 318b1cd

Please sign in to comment.