-
Notifications
You must be signed in to change notification settings - Fork 977
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
Replace angled single quotes with regular single quotes #6030
Conversation
Copy/paste required editing the ‘’ characters with ''
Hello!👋 Thanks for contributing to the dbt product documentation and opening this pull request! ✨ |
@johnson-jay-l is attempting to deploy a commit to the dbt-labs Team on Vercel. A member of the Team first needs to authorize it. |
|
||
### A third named compute, use whatever name you like | ||
Compute2: | ||
http_path: [‘/some/other/path’] # Required of each alternate compute |
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.
Why are square brackets needed? There should be just a single http_path
per compute entry, not a list, correct?
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.
you're right @johnson-jay-l ! the brackets were previously used to display code/fields that needed to be replaced with the user content. however, it can cause confusion for sure. I've removed them so it's clearer - thanks for flagging!
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.
great catch @johnson-jay-l and thanks for contributing here! looking forward to future contributions ✨
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
What are you changing in this pull request and why?
Copy/paste required editing the ‘ and ’ characters (angled quotes) with ' (regular single quote). This causes churn when trying to get things working in the
profiles.yml
file using the example config.Checklist