How to configure dbt pipeline #8486
Replies: 1 comment
|
Hi @GollaSaiVenkatesh! I'm Dosu and I’m helping the incubator-devlake team. To securely provide Git credentials for your dbt project's Git URL in a DevLake deployment on Kubernetes, use standard Kubernetes practices: store your credentials (like SSH keys, personal access tokens, or a .netrc file) in a Kubernetes Secret, then mount that Secret as a file or inject it as environment variables into the DevLake pod. For SSH, mount your private key at the default location ( For securely providing In summary: use Kubernetes Secrets for sensitive files, mount them into your DevLake pod, and point your dbt pipeline config to the correct paths. There are no DevLake-specific instructions for this, so follow Kubernetes best practices for secret management (deployment example). To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have following doubts regarding dbt plugin. I am using giturl for dbt project and i have deployed devlake on k8s.
All reactions