You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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
Describe the bug
I ran
pip install dbt
and thendbt 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
:The operating system you're using:
Mac OS Mojave.
The output of
python --version
:Python 3.7.7
The text was updated successfully, but these errors were encountered: