You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
When using dbt --help, there are inconsistencies with punctuation and descriptions of files, with or without single quotes ' ', and flags with or without ticks `.
Some examples of inconsistencies:
Specify the format of logging to the console and the log file. Use --log-format-file to configure the format for the log file differently than the console.
Whether or not to run 'dbt compile' as part of docs generation
Space-delimited listing of node properties to include as custom keys for JSON output (e.g. `--output json --output-keys name resource_type description`)
Specify number of threads to use while executing models. Overrides settings in profiles.yml.
Expected Behavior
Ensure consistent indication of commands, files, and flags in the --help
Like in:
Specify number of threads to use while executing models. Overrides settings in 'profiles.yml'.
Specify the format of logging to the console and the log file. Use `--log-format-file` to configure the format for the log file differently than the console.
Is this a new bug in dbt-core?
Current Behavior
When using
dbt --help
, there are inconsistencies with punctuation and descriptions of files, with or without single quotes' '
, and flags with or without ticks`
.Some examples of inconsistencies:
Expected Behavior
Ensure consistent indication of commands, files, and flags in the
--help
Like in:
Steps To Reproduce
run
dbt --help
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: