Open avnav0 opened 2 years ago
@avnav88 Thanks for opening!
I don't know if we've ever tested running dbt init
from one of our Docker containers. I wouldn't be surprised if this is an issue that's fairly unique to the way that the init
task interacts with the file system (loading the starter project from within dbt-core
, and profile_template.yml
for the current project / adapter).
This isn't something we're likely to prioritize. I don't think it's very common to go through the full interactive CLI init
setup when running dbt via Docker. If you want to skip profile creation, and just create the starter project, you could pass the -s
/ --skip-profile-setup
flag.
not sure if this is dbt-bigquery image related, but that's the one i was using:
the
_mytest
and_profiles
directories are completely empty...not sure if that's related?