We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
init
dbt_project.yml
After I run dbt init jeremys_project, the created dbt_project.yml should:
dbt init jeremys_project
jeremys_project
name: jeremys_project
profile: jeremys_project
The text was updated successfully, but these errors were encountered:
dbt init
Resolved for v1!
Sorry, something went wrong.
No branches or pull requests
Describe the feature
After I run
dbt init jeremys_project
, the createddbt_project.yml
should:jeremys_project
(true today)name: jeremys_project
(not true today)profile: jeremys_project
(not true today, nice to have)Ways to solve this
dbt_project.yml
file, store its contents as a python f string and write those contents to a fileThe text was updated successfully, but these errors were encountered: