dbt Cloud can only checkout commits that belong to the original repository. dbt Cloud _cannot_ checkout commits that belong to a fork of that repository.
+
dbt Cloud can only check out commits that belong to the original repository. dbt Cloud cannot checkout commits that belong to a fork of that repository.
If you receive the following error message at the Clone Git Repository step of your job run:
@@ -144,39 +154,5 @@ If you're experiencing any issues, review some of the common questions and answe
-### Temp PR schema limitations
-If your temporary pull request schemas aren't dropping after a merge or close of the PR, it's likely due to the below scenarios. Open and review the toggles below for recommendations on how to resolve this:
-
- You used dbt Cloud environment variables in your connection settings page
-
-
-
- You have an empty/blank default schema
-
-
To change this, edit and fill in your default schema.
-
-
-
- You have overridden the generate_schema_name
macro
-
-
To resolve this, change your macro so that the temporary PR schema name contains the default prefix and review the guidance below:
-
- • ✅ Temporary PR schema name contains the prefix dbt_cloud_pr_
(like dbt_cloud_pr_123_456_marketing
)
- • ❌ Temporary PR schema name doesn't contain the prefix dbt_cloud_pr_
(like marketing
).
-
-
-
-
- You have overridden the generate_database_name
macro
-
-
If you assume that the project's default connection is to a database named analytics
, review the guidance below to resolve this:
-
- • ✅ Database remains the same as the connection default (like analytics
)
- • ❌ Database has changed from the default connection (like dev
).
-
-
-
diff --git a/website/docs/docs/deploy/continuous-integration.md b/website/docs/docs/deploy/continuous-integration.md
index 779eafbb62c..23ed37afaa0 100644
--- a/website/docs/docs/deploy/continuous-integration.md
+++ b/website/docs/docs/deploy/continuous-integration.md
@@ -24,7 +24,7 @@ dbt Cloud builds and tests the models affected by the code change in a temporary
When the CI run completes, you can view the run status directly from within the pull request. dbt Cloud updates the pull request in GitHub, GitLab, or Azure DevOps with a status message indicating the results of the run. The status message states whether the models and tests ran successfully or not.
-dbt Cloud deletes the temporary schema from your
when you close or merge the pull request. If your project has database or schema customization using the [generate_database_name](/docs/build/custom-databases#generate_database_name) or [generate_schema_name](/docs/build/custom-schemas#how-does-dbt-generate-a-models-schema-name) macros, dbt Cloud might not drop the temporary schema from your data warehouse. For more information, refer to [Temp PR schema limitations](/docs/deploy/ci-jobs#temp-pr-schema-limitations).
+dbt Cloud deletes the temporary schema from your
when you close or merge the pull request. If your project has schema customization using the [generate_schema_name](/docs/build/custom-schemas#how-does-dbt-generate-a-models-schema-name) macro, dbt Cloud might not drop the temporary schema from your data warehouse. For more information, refer to [Troubleshooting](/docs/deploy/ci-jobs#troubleshooting).
## Differences between CI jobs and other deployment jobs