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

bug: initialize command currently overwrites key project files without asking for confirmation #24

Open
aaronsteers opened this issue Feb 8, 2023 · 0 comments

Comments

@aaronsteers
Copy link
Contributor

Testing from a project that already has a dbt_project.yml file but does not have a profiles folder or profiles file.

In this case, running meltano dbt-duckdb initialize (equivalent of dbt-ext initialize`) overwrites the following:

  • dbt_project.yml
  • .gitignore
  • the profiles/**/profile.yml file

In my case, the third of these did not exist yet but the other two should (ideally) not have been overwritten without some kind of confirmation or --force flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant