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
Copy file name to clipboardExpand all lines: src/segment-app/extensions/dbt.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Segment supports the following credential types for setting up a Git Connection:
83
83
84
84
-**SSH**: Compatible with GitHub, GitLab, and Bitbucket, SSH provides a secure method for connecting to your repository.
85
85
-**Git Token**: Git tokens are also supported across GitHub, GitLab, and Bitbucket, enabling token-based authentication for added flexibility.
86
-
-**GitHub App**: For GitHub users, GitHub App integrations offer enhanced security and functionality. This method is exclusive to GitHub and supports additional features, like [CI checks]().
86
+
-**GitHub App**: For GitHub users, GitHub App integrations offer enhanced security and functionality. This method is exclusive to GitHub and supports additional features, like [CI checks](#setting-up-ci-checks).
87
87
88
88
### Reusing Git Connections
89
89
@@ -104,3 +104,9 @@ To enable CI Checks, authorize a GitHub App credential for your Git connection.
104
104
105
105
## Troubleshooting dbt Extensions
106
106
107
+
The following table lists common dbt Extension errors, as well as their solutions:
| Failed sync |`Sync Failed: Incorrect dbt Project File Path: dbt project file not found`| Verify that the path to your `dbt_project.yml` file is relative to the repository root, excluding the root branch. <br> For example, use `project/dbt_project.yml` instead of `main/project/dbt_project.yml`. |
112
+
| Failed sync |`Sync Failed: remote: Write access to repository not granted`| Verify that the account associated with the token has a write role in the repository settings. Fine-grained tokens may require specific roles, depending on your Git provider. |
0 commit comments