添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
The problem i am having

i use dbt cloud with private gitlab repo. during project setup i use git clone for my gitlab repo and added the deploy keys into my gitlab ssh keys and it connect successfully. now when i try to commit and changes into the dbt project, it is not commiting those changes in my gitlab repo. please guide me

–Failed to clone repository.

[email protected] : Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I can clone the repo in my local repo, but cant do it in dbt cloud.

d not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

i used linked account to connect to Gitlab. All the repo’s are showing, but it is not connecting.

ok. thanks. Can you please tell me one more thing. i am using managed repo for now. i want to know, if i have to use same schema that is already build and i have to make some changes in model. what are the changes require to use same schema so table will be remodeled.

models:
Redshift-dbt:
# Applies to all files under models/example/
Lookup:
+materialized: table
+schema: dbt_staging