Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing user config options within profiles.yml page #3264

Closed
1 task done
dbeatty10 opened this issue Apr 25, 2023 · 0 comments · Fixed by #4740
Closed
1 task done

Missing user config options within profiles.yml page #3264

dbeatty10 opened this issue Apr 25, 2023 · 0 comments · Fixed by #4740
Assignees
Labels
content Improvements or additions to content improvement Use this when an area of the docs needs improvement as it's currently unclear priority: high Technical inaccuracy, missing/incorrect information, or broken links. Negatively affects workflows size: small This change will take 1 to 2 days to address

Comments

@dbeatty10
Copy link
Contributor

dbeatty10 commented Apr 25, 2023

Contributions

  • I have read the contribution docs, and understand what's expected of me.

Link to the page on docs.getdbt.com requiring updates

https://docs.getdbt.com/reference/profiles.yml

What part(s) of the page would you like to see updated?

At least all of the following are valid within config: in profiles.yml, but not all of them are listed here:

  • cache_selected_only (missing) 👈
  • no_print (missing, but maybe that's good because it is deprecated?) 👈
  • partial_parse
  • version_check
  • fail_fast
  • debug
  • warn_error
  • use_colors
  • use_experimental_parser
  • static_parser
  • send_anonymous_usage_stats

As noted here, these three are not configurable with the latest version of 1.5 that I tested (RC1) (so they should not be added to the page, unless saying they are't supported):

  • log_cache_events
  • quiet
  • introspect

Here are some that I didn't test one way or the other (which means I don't know if they should go on that page or not):

Additional information

See also: dbt-labs/dbt-core#7036

@dbeatty10 dbeatty10 added content Improvements or additions to content improvement Use this when an area of the docs needs improvement as it's currently unclear labels Apr 25, 2023
@runleonarun runleonarun added priority: high Technical inaccuracy, missing/incorrect information, or broken links. Negatively affects workflows size: small This change will take 1 to 2 days to address labels Jun 15, 2023
@mirnawong1 mirnawong1 self-assigned this Jan 12, 2024
mirnawong1 added a commit that referenced this issue Jan 19, 2024
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content improvement Use this when an area of the docs needs improvement as it's currently unclear priority: high Technical inaccuracy, missing/incorrect information, or broken links. Negatively affects workflows size: small This change will take 1 to 2 days to address
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants