Skip to content
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

Fresh installs create a broken link in ~/.dbt/profiles.yml #2394

Closed
tjwaterman99 opened this issue May 4, 2020 · 2 comments
Closed

Fresh installs create a broken link in ~/.dbt/profiles.yml #2394

tjwaterman99 opened this issue May 4, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@tjwaterman99
Copy link

Describe the bug

I ran pip install dbt and then dbt init myproject. Inside the newly created ~/dbt/profiles.yml file was this link:

https://github.com/fishtown-analytics/dbt/blob/master/sample.profiles.yml

That link currently 404s.

Steps To Reproduce

Delete the profiles.yml file and reinstall dbt with pip.

System information

Which database are you using dbt with?

N/A

The output of dbt --version:

installed version: 0.16.1
   latest version: 0.16.1

Up to date!

The operating system you're using:

Mac OS Mojave.

The output of python --version:

Python 3.7.7

@tjwaterman99 tjwaterman99 added bug Something isn't working triage labels May 4, 2020
@drewbanin drewbanin removed the triage label May 4, 2020
@drewbanin
Copy link
Contributor

ah, thanks for the heads up @tjwaterman99! I think the fix here is just to periodically merge feature branches back into master. We don't really use master for anything these days, and I think we've just neglected to do this for a while!

We'll get this fixed up - thanks!

@jtcohen6
Copy link
Contributor

I think this should have been fixed by #1366, way back when. Failing that, it's definitely been addressed by the changes in #2594. Just tested locally and confirmed the errant link is missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants