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
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.
The text was updated successfully, but these errors were encountered:
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
profiles/**/profile.yml
fileIn 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.The text was updated successfully, but these errors were encountered: