-
Notifications
You must be signed in to change notification settings - Fork 969
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
Fixing Examples #5206
Fixing Examples #5206
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Hey @matthewshaver I know you wanted to get the crucial examples, but it might be more confusing if we don't change all examples at least on a page.
I suggest we clean up these pages completely then chip away at other config and setup pages. What do you think?
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.
@matthewshaver approved with a question for ya!
@@ -30,7 +30,7 @@ dbt-hive supports two transport mechanisms: | |||
- binary | |||
- HTTP(S) | |||
|
|||
The default mechanism is `binary`. To use HTTP transport, use the boolean option `use_http_transport: [true / false]`. | |||
The default mechanism is `binary`. To use HTTP transport, use the boolean option. For example, `use_http_transport: true`. |
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.
@matthewshaver I changed this to be an example for clarity.
Compute2: | ||
http_path:[`/some/other/path'] | ||
http_path: /SOME/OTHER/PATH | ||
|
||
``` | ||
|
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 noticed the profile.yml Under Selecting compute per model also uses the <profile-name>
but maybe we should change all profile.yml and project.yml examples in one PR to reduce confusion. what do you think?
What are you changing in this pull request and why?
Removing brackets from a few examples as they tend to cause confusion.
Also updated some placeholder text to match our style guide for examples
Checklist
Adding or removing pages (delete if not applicable):
website/sidebars.js
website/vercel.json
npm run build
to update the links that point to deleted pages