Skip to content

Commit

Permalink
flag outstanding questions
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Jan 3, 2024
1 parent 3953b5a commit 64ab3d3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 273 deletions.
25 changes: 24 additions & 1 deletion website/docs/best-practices/how-we-mesh/mesh-4-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,18 @@ Yes! As long as a user has permissions (at least read-only access) on all projec

</detailsToggle>

<detailsToggle alt_header="TO DO -- How do these things interact: model-level access; role-based access in dbt Cloud; access to underlying data within the data platform?">

OUTSTANDING COPY

</detailsToggle>

<detailsToggle alt_header="TO DO -- How can I limit my developers from accessing production data when referencing from other projects?">

My production environments contain sensitive data. How can I limit my developers from accessing production data when referencing from other projects?

</detailsToggle>

## Compatibility with other features

<detailsToggle alt_header="How does the dbt Semantic Layer relate to and work with dbt Mesh?">
Expand All @@ -221,6 +233,12 @@ dbt Mesh enables organizations to split their data architecture into multiple do

</detailsToggle>

<detailsToggle alt_header="TO DO -- Can dbt Mesh help control permissions in the Semantic Layer? How does it work with semantic tokens?">

OUTSTANDING COPY

</detailsToggle>

<detailsToggle alt_header="How does dbt Explorer relate to and work with dbt Mesh?">

**[dbt Explorer](/docs/collaborate/explore-projects)** is a tool within dbt Cloud that serves as a knowledge base and lineage visualization platform. It provides a comprehensive view of your dbt assets, including models, tests, sources, and their interdependencies.
Expand Down Expand Up @@ -264,11 +282,16 @@ Yes, a [dbt Cloud Enterprise](https://www.getdbt.com/pricing) plan is required t

<detailsToggle alt_header="Is there a recommended migration or implementation process?">

Refer to our developer guide on [How we structure our dbt Mesh projects](https://docs.getdbt.com/best-practices/how-we-mesh/mesh-1-intro). You may also be interested in watching the recording of this talk from Coalesce 2023: [Unlocking model governance and multi-project deployments with dbt-meshify](https://docs.getdbt.com/best-practices/how-we-mesh/mesh-1-intro).
Refer to our developer guide on [How we structure our dbt Mesh projects](https://docs.getdbt.com/best-practices/how-we-mesh/mesh-1-intro). You may also be interested in watching the recording of this talk from Coalesce 2023: [Unlocking model governance and multi-project deployments with dbt-meshify](https://www.youtube.com/watch?v=FAsY0Qx8EyU).

</detailsToggle>

<detailsToggle alt_header="Are there tools available to help me migrate to a dbt Mesh?">

`dbt-meshify` is a [CLI tool](https://github.com/dbt-labs/dbt-meshify) that automates the creation of model governance and cross-project lineage features introduced in dbt-core v1.5 and v1.6. This package will leverage your dbt project metadata to create and/or edit the files in your project to properly configure the models in your project with these features.
</detailsToggle>

<detailsToggle alt_header="TO DO -- What aspects of dbt Mesh are relevant to me?">

My team isn’t structured in a way that would require multiple projects today (though that may change in the future). What aspects of dbt Mesh are relevant to me?
</detailsToggle>
Loading

0 comments on commit 64ab3d3

Please sign in to comment.