-
Notifications
You must be signed in to change notification settings - Fork 982
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
dbt debug --connection flag #3731
Conversation
✅ Deploy Preview for docs-getdbt-com ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
clarify connection flag
|
||
To test the data platform connection _only_, add the `--connection` flag at the end of the command. For example, `dbt debug --connection` will only test the connection to the data platform and skip the other checks `dbt debug` looks for. | ||
|
||
*Note: Not to be confused with [debug-level logging](/reference/global-configs/about-global-configs#debug-level-logging) via the `--debug` option which increases verbosity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part is harder to understand when it's further down like this:
https://deploy-preview-3731--docs-getdbt-com.netlify.app/reference/commands/debug?version=1.6
I wonder if it could be moved somewhere else or updated in some other way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I committed some attempts to separate out the examples from the main description.
Sorry if I butchered your PR @mirnawong1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I LOVE this! So much easier to understand and thank you so much for editing it @dbeatty10 ! I didn't realize there was more than two options so this looks perfect 🤩
@mirnawong1 I committed an attempt at splitting the content into three sections (which made the versioning a little easier) -- feel free to revert it if you want: https://deploy-preview-3731--docs-getdbt-com.netlify.app/reference/commands/debug?version=1.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're not using Changelog anymore
Co-authored-by: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com>
Adds
dbt debug --connection
flag to test connection only in 1.6.Resolves #3725
Not sure if i did this correctly @jtcohen6