Closed hcylia closed 2 years ago
@hcylia
This is resolved in my recent commit. dbt changed the programmatic interface for how its classes resolve profile path to using the flag
module. I have updated dbt osmosis appropriately. I will be packaging an update for pypi soon.
Hello,
I'm facing an issue while running dbt-osmosis with those commands :
dbt is well configured and running for several years now but I'm having an error :
Here is my
dbt --version
command result :Do you know where this might come from, please ?
Edit :
I found that even if I define the path in the UI,
profiles_dir
is never set, it always takes thedbt.config.profile.DEFAULT_PROFILES_DIR
, so I created aprofiles.yaml
file in theDEFAULT_PROFILES_DIR
(default :~/.dbt
), it seems like this solved the issue but that's weird thatprofiles_dir
is alwaysNone
, have I missed a step ?