Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/oss/cli-commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Here is a list of all the available options:
You should use this setting if you are overriding dbt's default quoting in your main dbt package.

```shell
-q, --dbt-quoting [all|none|combination of any of: database,schema,identifier]
-dq, --dbt-quoting [all|none|combination of any of: database,schema,identifier]

# Examples:
# * --dbt-quoting all
Expand Down
Loading