-
Notifications
You must be signed in to change notification settings - Fork 944
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #449 from dbt-labs/repo-sync
REPO SYNC - Public to Private
- Loading branch information
Showing
15 changed files
with
115 additions
and
46 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
website/blog/2024-01-15-dbt-server-deprecation-announcement.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,27 @@ | ||
--- | ||
title: "Deprecation of dbt Server" | ||
description: "Announcing the deprecation of dbt Server and what you need to know" | ||
slug: deprecation-of-dbt-server | ||
|
||
authors: [roxi_dahlke] | ||
|
||
tags: [dbt Server] | ||
hide_table_of_contents: false | ||
|
||
date: 2024-01-15 | ||
is_featured: false | ||
--- | ||
|
||
## Summary | ||
|
||
We’re announcing that [dbt Server](https://github.com/dbt-labs/dbt-server) is officially deprecated and will no longer be maintained by dbt Labs going forward. You can continue to use the repository and fork it for your needs. We’re also looking for a maintainer of the repository from our community! If you’re interested, please reach out by opening an issue in the [repository](https://github.com/dbt-labs/dbt-server/issues). | ||
|
||
## Why are we deprecating dbt Server? | ||
|
||
At dbt Labs, we are continually working to build rich experiences that help our users scale collaboration around data. To achieve this vision, we need to take moments to think about which products are contributing to this goal, and sometimes make hard decisions about the ones that are not, so that we can focus on enhancing the most impactful ones. | ||
|
||
dbt Server previously supported our legacy Semantic Layer, which was [fully deprecated in December 2023](https://docs.getdbt.com/docs/dbt-versions/release-notes/Dec-2023/legacy-sl). In October 2023, we introduced the GA of the revamped dbt Semantic Layer with [significant improvements](https://www.getdbt.com/blog/build-centralize-and-deliver-consistent-metrics-with-the-dbt-semantic-layer), made possible by the [acquisition of Transform](https://www.getdbt.com/blog/dbt-acquisition-transform) and the integration of [MetricFlow](https://docs.getdbt.com/docs/build/about-metricflow) into dbt. | ||
|
||
The dbt Semantic Layer is now fully independent of dbt Server and operates on MetricFlow Server, a powerful new proprietary technology designed for enhanced scalability. We’re incredibly excited about the new updates and encourage you to check out our [documentation](https://docs.getdbt.com/docs/use-dbt-semantic-layer/dbt-sl), as well as [this blog](https://www.getdbt.com/blog/how-the-dbt-semantic-layer-works) on how the product works. | ||
|
||
The deprecation of dbt Server and updates to the Semantic Layer signify the evolution of the dbt ecosystem towards more focus on in product and out-of-the-box experiences around connectivity, scale, and flexibility. We are excited that you are along with us on this journey. |
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
18 changes: 18 additions & 0 deletions
18
website/docs/docs/dbt-versions/release-notes/72-Feb-2024/job-completion-trigger.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,18 @@ | ||
--- | ||
title: "New: Trigger on job completion" | ||
description: "February 2024: Native support now available in dbt Cloud for triggering deploy jobs when other deploy jobs finish." | ||
sidebar_label: "New: Trigger on job completion" | ||
sidebar_position: 07 | ||
tags: [Feb-2024] | ||
date: 2024-02-15 | ||
--- | ||
|
||
# New: Trigger on job completion <Lifecycle status="team,enterprise" /> | ||
|
||
Now available for dbt Cloud Team and Enterprise plans is the ability to trigger deploy jobs when other deploy jobs are complete. You can enable this feature [in the UI](/docs/deploy/deploy-jobs) with the **Run when another job finishes** option in the **Triggers** section of your job or with the [Create Job API endpoint](/dbt-cloud/api-v2#/operations/Create%20Job). | ||
|
||
When enabled, your job will run after the specified upstream job completes. You can configure which run status(es) will trigger your job. It can be just on `Success` or on all statuses. If you have dependencies between your dbt projects, this allows you to _natively_ orchestrate your jobs within dbt Cloud — no need to set up a third-party tool. | ||
|
||
An example of the **Triggers** section when creating the job: | ||
|
||
<Lightbox src="/img/docs/dbt-cloud/using-dbt-cloud/example-triggers-section.png" width="90%" title="Example of Triggers on the Deploy Job page"/> |
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
Oops, something went wrong.