You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you see the error `This account needs to accept the latest permissions for the dbt Cloud GitHub App` in dbt Cloud — this usually occurs when the permissions for the dbt Cloud GitHub App are out of date.
8
8
9
-
To solve this issue, you'll need to update the permissions for the dbt Cloud GitHub App in your GitHub account. Here's a couple of ways you can do it:
9
+
To solve this issue, you'll need to update the permissions for the dbt Cloud GitHub App in your GitHub account. This FAQ shares a couple of ways you can do it.
10
10
11
-
####Update permissions
11
+
## Update permissions
12
12
13
-
A Github organization admin will need to update the permissions in GitHub for the dbt Cloud GitHub App. If you're not the admin, reach out to your organization admin to request this. Alternatively, try [disconecting your GitHub account](#disconect-github) in dbt Cloud.
13
+
A GitHub organization admin will need to update the permissions in GitHub for the dbt Cloud GitHub App. If you're not the admin, reach out to your organization admin to request this.
14
+
15
+
1. Navigate to your GitHub account. Click on the top right profile icon and then **Settings** (or personal if using a non-organization account).
16
+
17
+
<Lightboxsrc="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/github-settings.jpg"width="50%"title="Navigate to your GitHub account to configure your settings." />
18
+
19
+
2. Then go to **Integrations** and then select **Applications** to identify any necessary permission changes. Note that a GitHub repository admin may not see the same permission request.
20
+
21
+
<Lightboxsrc="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/github-applications.jpg"width="80%"title="Navigate to Application settings to identify permission changes." />
22
+
23
+
3. Click on **Review request** and then click on the **Accept new permissions** button on the next page.
24
+
25
+
<Lightboxsrc="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/github-review-request.jpg"width="80%"title="Grant access to the dbt Cloud app by accepting the new permissions." />
14
26
15
-
1. Go directly to GitHub to determine if any updated permissions are required.
16
-
2. In GitHub, go to your organization **Settings** (or personal if using a non-organization account).
17
-
3. Then navigate to **Applications** to identify any necessary permission changes.
18
27
For more info on GitHub permissions, refer to [access permissions](https://docs.github.com/en/get-started/learning-about-github/access-permissions-on-github).
19
28
20
-
#### Disconnect GitHub
29
+
Alternatively, try [disconecting your GitHub account](#disconect-github) in dbt Cloud, detailed in the following section.
30
+
31
+
## Disconnect GitHub
21
32
22
33
Disconnect the GitHub and dbt Cloud integration in dbt Cloud.
23
34
24
35
1. In dbt Cloud, go to **Account Settings**.
25
-
2. In **Projects**, select the project that's experiencing the issue.
36
+
2. In **Projects**, select the project experiencing the issue.
26
37
3. Click the repository link under **Repository**.
27
38
4. In the **Repository details** page, click **Edit**.
28
39
5. Click **Disconnect** to remove the GitHub integration.
29
-
6.Go back to your **Project details** page and reconnect your repository by clicking the **Configure Repository** link.
40
+
6.Return to your **Project details** page and reconnect your repository by clicking the **Configure Repository** link.
30
41
7. Configure your repository and click **Save**
31
42
32
-
<Lightboxsrc="/img/repository-details-faq.jpg"title="Disconnect your GitHub connection in the 'Repository details' page."/>
43
+
<Lightboxsrc="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/repository-details-faq.jpg"title="Disconnect your GitHub connection in the 'Repository details' page."/>
33
44
45
+
## Support
34
46
If you've tried these workarounds and are still experiencing this behavior — reach out to the [dbt Support](mailto:[email protected]) team and we'll be happy to help!
0 commit comments