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
Running dbt init <project name> runs successfully, but prints an error message in the terminal.
Steps to reproduce
Run dbt init foo
Expected result
new project created in the foo directory
success message in terminal:
$ dbt init foo
Creating dbt configuration folder at /Users/jake/.dbt
Your new dbt project "foo" was created! If this is your first time
using dbt, you'll need to set up your profiles.yml file -- this file willtell dbt how to connect to your database. You can find this file by running: open /Users/jake/.dbtFor more information on how to configure the profiles.yml file,please consult the dbt documentation here: https://docs.getdbt.com/docs/configure-your-profileOne more thing:Need help? Don't hesitate to reach out to us via GitHub issues or on Slack --
There's a link to our Slack group in the GitHub Readme. Happy modeling!
Actual result
new project created in the foo directory
error message returned
$ dbt init foo
Creating dbt configuration folder at /Users/claire/.dbt
Encountered an error:
Got a non-zero returncode running: ['git', 'remote', 'rm', 'origin']
Issue
Running
dbt init <project name>
runs successfully, but prints an error message in the terminal.Steps to reproduce
dbt init foo
Expected result
foo
directoryActual result
foo
directorySystem information
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: