-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
First time flow #439
First time flow #439
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.
this code looks fine. the only failure mode i'd be concerned about here is if there was some way to overwrite the existing profiles.yml file by running dbt init
. if you're confident that won't happen, then
good looks @cmcarthur -- that can't happen with this code, but I'll add a unit test |
* clone sample repo, better output after dbt init * add default target to initial profiles file * change starter project to fishtown repo * pep8 * add `dbt debug --config-dir` cmd * pep8 * sample file tweaks * add overwrite check + unit test automatic commit by git-black, original commits: d15c0c6
sample.dbt_project.yml
sample.profiles.yml
sys.platform
is when running thru git bash on windowswin32
on cmd/powershell + git bashFor #77