-
Notifications
You must be signed in to change notification settings - Fork 975
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
36 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
website/docs/docs/dbt-versions/release-notes/04-Sept-2023/ci-updates-phase3-rn.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: "Update: Improvements to dbt Cloud continuous integration" | ||
description: "September 2023: Improved deletion of temporary schemas" | ||
sidebar_label: "Update: Improved deletion of temporary schemas" | ||
tags: [Sept-2023, CI] | ||
date: 2023-09-18 | ||
sidebar_position: 08 | ||
--- | ||
|
||
Temporary schemas are now being deleted (dropped) for all adapters (like Databricks), PrivateLink connections, and environment variables in connection strings. | ||
|
||
dbt Labs has rearchitected how schema deletion works for [continuous integration (CI)](/docs/deploy/continuous-integration) runs. We created a new service to delete any schema with a prefix of `dbt_cloud_pr` that's been generated by a PR run. | ||
|
||
However, temporary schemas will not be automatically deleted if: | ||
- Your project overrides the `generate_schema_name` macro but it doesn't contain the prefix `dbt_cloud_pr`. | ||
- You're using a [non-native Git integration](/docs/deploy/ci-jobs#trigger-a-ci-job-with-the-api). This is because automatic deletion relies on incoming webhooks from Git providers, which is only available through the native integrations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters