Skip to content

Commit 99e0e33

Browse files
committed
fix dbt sync table [netlify-build]
1 parent d23ef57 commit 99e0e33

File tree

1 file changed

+4
-4
lines changed
  • src/segment-app/extensions

1 file changed

+4
-4
lines changed

src/segment-app/extensions/dbt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To enable CI Checks, authorize a GitHub App credential for your Git connection.
112112

113113
The following table lists common dbt Extension errors, as well as their solutions:
114114

115-
| Error | Error message | Solution |
116-
| ----------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
117-
| 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`. |
118-
| 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. |
115+
| Error | Error message | Solution |
116+
| ----------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
117+
| 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`. |
118+
| 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

Comments
 (0)