DBT override profiles dir option #953
-
Hello everyone. Previously, there was an option to override the profiles directory path, but it seems that option has been removed, as indicated by #880. Finding an alternative is crucial for my dbt project, as I need to ensure that the profiles.yml for my local .dbt folder takes precedence over the one for Github actions to avoid conflicts. Any suggestions for achieving this are appreciated. Update: Resolved. The problem was that I set the env variables into the .bashrc file. Needed to add them in the VS Code settings.json file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The setting is now available as an environment variable. This was done to be consistent with how dbt does things. It has been documented in the docs : https://docs.myaltimate.com/setup/optConfig/#default-dbt-env-support |
Beta Was this translation helpful? Give feedback.
The setting is now available as an environment variable. This was done to be consistent with how dbt does things.
It has been documented in the docs : https://docs.myaltimate.com/setup/optConfig/#default-dbt-env-support