From 04cbe45948cf2a926e9ef759f569276c04448026 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 23 May 2024 09:40:19 +0100 Subject: [PATCH 1/2] update explorer faqs --- .../docs/collaborate/dbt-explorer-faqs.md | 27 ++++++++----------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/website/docs/docs/collaborate/dbt-explorer-faqs.md b/website/docs/docs/collaborate/dbt-explorer-faqs.md index ef13b697994..a0c5efb1e9d 100644 --- a/website/docs/docs/collaborate/dbt-explorer-faqs.md +++ b/website/docs/docs/collaborate/dbt-explorer-faqs.md @@ -17,7 +17,9 @@ dbt Explorer makes it easy and intuitive to understand your entire lineage &mdas -With the current Preview, dbt Explorer is available to everyone on the dbt Cloud Enterprise and Team plans. Certain features within dbt Explorer, such as multi-project lineage and column-level lineage, are only available on the Enterprise plan. dbt Explorer can be accessed by users with developer and read-only seats during the Preview period. +dbt Explorer is generally available to all regions and deployment types on the dbt Cloud [Enterprise and Team plans](https://www.getdbt.com/). Certain features within dbt Explorer, such as multi-project lineage and column-level lineage, are only available on the Enterprise plan. + +dbt Explorer can be accessed by users with developer and read-only seats. @@ -29,7 +31,7 @@ dbt Explorer is the default documentation experience for dbt Cloud customers. db ## How dbt Explorer works - + No. dbt Explorer and all of its features are only available as a dbt Cloud user experience. dbt Explorer reflects the metadata from your dbt Cloud project(s) and their runs. @@ -37,9 +39,9 @@ No. dbt Explorer and all of its features are only available as a dbt Cloud user -dbt Explorer defaults to the latest production state of a project. Support for staging is now in . +dbt Explorer supports a production or staging [deployment environment](/docs/deploy/deploy-environments) for each project you want to explore. It defaults to the latest production or staging state of a project. Users can only assign one production and one staging environment per dbt Cloud project. -development (Cloud CLI and IDE) environments is coming soon. Users can only assign one production and one staging environment per dbt Cloud project. +Support for development (Cloud CLI and IDE) environments is coming soon. @@ -115,7 +117,7 @@ Column-level lineage in dbt Explorer can be used to improve many data developmen -Yes. Column-level lineage can handle name changes across instances of the column in the dbt project. +Yes. Column-level lineage can handle name changes across instances of the column in the dbt project. @@ -125,15 +127,10 @@ No. Cross-project column lineage is supported in the sense of viewing how a publ - - -Yes. Column-level lineage is available through a beta endpoint using the [Discovery API](/docs/dbt-cloud-apis/discovery-api) to dbt Cloud Enterprise plan customers. - - -Not currently, but this type of functionality is planned for future releases. +Yes, a reused column, labeled as passthrough or rename, inherits its description from source and upstream model columns. In other words, source and upstream model columns propagate their descriptions downstream whenever they are not transformed, meaning you don’t need to manually define the description. Refer to [Inherited column descriptions](/docs/collaborate/column-level-lineage#inherited-column-descriptions) for more info. @@ -143,8 +140,6 @@ Not currently, but we plan to incorporate column-level awareness across features - - ## Availability, access, and permissions @@ -161,13 +156,13 @@ dbt Explorer is available on the dbt Cloud Team and Enterprise plans. Certain fe -No. dbt Explorer is a dbt Cloud-only product experience. +No. dbt Explorer is a dbt Cloud-only product experience. -Yes, during the current Preview period. +Yes, users with read-only access can use the dbt Explorer. Specific feature availability within dbt Explorer will depend on your dbt Cloud plan. @@ -175,4 +170,4 @@ Yes, during the current Preview period. The ability to embed and share views is being evaluated as a potential future capability. - \ No newline at end of file + From 216ee2bc26bde99c0aa62e2dd5360d06008fb371 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 23 May 2024 09:44:52 +0100 Subject: [PATCH 2/2] Update website/docs/docs/collaborate/dbt-explorer-faqs.md --- website/docs/docs/collaborate/dbt-explorer-faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/collaborate/dbt-explorer-faqs.md b/website/docs/docs/collaborate/dbt-explorer-faqs.md index a0c5efb1e9d..b470c7c7074 100644 --- a/website/docs/docs/collaborate/dbt-explorer-faqs.md +++ b/website/docs/docs/collaborate/dbt-explorer-faqs.md @@ -41,7 +41,7 @@ No. dbt Explorer and all of its features are only available as a dbt Cloud user dbt Explorer supports a production or staging [deployment environment](/docs/deploy/deploy-environments) for each project you want to explore. It defaults to the latest production or staging state of a project. Users can only assign one production and one staging environment per dbt Cloud project. -Support for development (Cloud CLI and IDE) environments is coming soon. +Support for development (dbt Cloud CLI and dbt Cloud IDE) environments is coming soon.