-
Notifications
You must be signed in to change notification settings - Fork 8
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
Clarified about where to create .dbt
Folder
#89
base: main
Are you sure you want to change the base?
Conversation
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.
Thanks for this!
Regarding location of .dbt, it does not have to be at root. Maybe we could link out to this page for more info? https://docs.getdbt.com/docs/core/connect-data-platform/connection-profiles |
I agree, I tend to leave the
In fairness, this is unclear for a complete newcomer to dbt/dbt-synthea so I think is a good thing to add in. @TheCedarPrince maybe it's worth modifying to say it can be in the root of the working directory, rather than in |
Sure! I'll tweak the PR later today -- but what is the command to jump to root on Windows? |
Good question - I think it is |
@lawrenceadams and @katy-sadowski , fixed up the language here. |
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 think we should actually be more explicit about the options (or, just link out to the dbt docs for this): https://docs.getdbt.com/docs/core/connect-data-platform/connection-profiles#advanced-customizing-a-profile-directory
and either way, let's add .dbt
and profiles.yml
to .gitignore?
Added some notes about where to create the
.dbt
folder. Didn't know the proper solution for Windows off the top of my noggin however. Also, does the.dbt
folder have to live at root?