Cant create CI job in DBT

Cant create CI jobs in dbt
This is the second CI job Im trying to create. First one works fine for quite some time.
dbt cloud is configured to have all permissiong in GitHub as per doc.

Regardless, on CI creation dbt gives an error:
“Triggered by pull requests
This account needs to accept the latest permissions for the
dbt Cloud GitHub App”

where else shoud I accept the latest permissions? thank you!

The issue is solved. You need to be GiHub organisation Admin to approve permissions. Even if you setup dbt cloud->GitHub integration and it feels you have assigned permissions, they still need to be approved.
The administrator should be able to see a “request for permissions” and they need to approve it.
Additional reading: Approving updated permissions for a GitHub App - GitHub Docs"

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.