-
Notifications
You must be signed in to change notification settings - Fork 14
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
Contributing instructions #1723
Conversation
2e69277
to
c2c2a7a
Compare
c2c2a7a
to
a3a6651
Compare
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.
A typo and a couple of things that could be clearer, but otherwise looking good!
|
||
You can set the `DBT_PACKAGE_HUB_URL` environment variable to specify where `dbt deps` should look to resolve dependencies [listed in `packages.yml`](https://docs.getdbt.com/docs/building-a-dbt-project/package-management#how-do-i-add-a-package-to-my-project): | ||
```shell | ||
export DBT_PACKAGE_HUB_URL=http://localhost:4567/ |
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.
Perhaps instructions on how to delete this afterwards as well? Or at least a reminder to delete it afterwards
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.
Very good point! Committed an update to incorporate this feedback.
CONTRIBUTING.md
Outdated
|
||
### Installing Ruby for Mac | ||
|
||
[https://antran.app/2021/m1_mac_part2/](https://antran.app/2021/m1_mac_part2/) |
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.
What is this link for? Do I only need to read it if I have an M1 Mac? Does it replace the instructions below if I'm on an M1? Is it where the below instructions came from?
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.
Committed an update to incorporate this feedback.
Co-authored-by: Joel Labes <[email protected]>
d49fe05
to
858d100
Compare
Resolves #1721, unlocks #1341
Overview
This is an initial set of instructions for doing development on this repository. It also includes a brief explanation how it relates to Hubcap and
dbt deps
(from dbt Core).