-
Notifications
You must be signed in to change notification settings - Fork 984
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
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
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,9 @@ | ||
--- | ||
id: dbt-mesh | ||
title: dbt Mesh | ||
description: dbt Mesh is a pattern that leverages dbt Cloud's more advanced features to interlace multiple dbt projects together. | ||
displayText: dbt Mesh | ||
hoverSnippet: dbt Mesh is a pattern that leverages dbt Cloud's more advanced features to interlace multiple dbt projects together. | ||
--- | ||
|
||
dbt Mesh is a pattern inspired by dbt best practices and data mesh that leverages the advanced features of dbt Cloud on governance, access, versioning, and cross-project linking to interlace multiple dbt projects together. Each project in a dbt Mesh can have inputs and outputs from other projects that are treated like APIs so projects can communicate reliably in production and development. This pattern enables faster development, greater security, and more reliability by decoupling models that operate in separate groups. |
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,9 @@ | ||
--- | ||
id: meshified | ||
title: Meshified | ||
description: A dbt project is considered meshified when it’s been built as a node in a dbt Mesh. | ||
displayText: meshified | ||
hoverSnippet: A dbt project is considered meshified when it’s been built as a node in a dbt Mesh. | ||
--- | ||
|
||
A dbt project is considered meshified when it’s been built as a node in a <term id="dbt-mesh">dbt Mesh</term>. Typically this means it’s utilizing contracts, constraints, versioning, access, groups, and cross-project references to link reliably with other projects in its dbt Mesh. A meshified project typically has a smaller number of models than a monolithic project, which enables faster development and is more focused. Meshifying a project requires the advanced features of dbt Cloud that enable the mesh pattern. |