|
1 |
| -## View auto-exposures in dbt Explorer |
| 1 | +## View auto-exposures |
2 | 2 |
|
3 |
| -After setting up auto-exposures in dbt Cloud, you can view them in dbt Explorer for a richer experience: |
4 |
| -1. Navigate to dbt Explorer by clicking on the **Explore** link in the navigation. |
5 |
| -2. From the **Overview** page, you can view auto-exposures from a couple of places: |
6 |
| - - From the **Exposures** menu item under **Resources**. This menu provides a comprehensive list of all the exposures so you can quickly access and manage them. |
7 |
| - <Lightbox src="/img/docs/cloud-integrations/auto-exposures/explorer-view-resources.jpg" width="120%" title="View from the dbt Explorer under the 'Resources' menu."/> |
| 3 | +After setting up auto-exposures in dbt Cloud, you can view them in dbt Explorer for a richer experience. |
8 | 4 |
|
9 |
| - - Locate directly from within the **File tree** under the **imported_from_tableau** sub-folder. This view integrates exposures seamlessly with your project files, making it easy to find and reference them from your project's structure. |
10 |
| - <Lightbox src="/img/docs/cloud-integrations/auto-exposures/explorer-view-file-tree.jpg" width="120%" title="View from the dbt Explorer under the 'File tree' menu."/> |
| 5 | +Navigate to dbt Explorer by clicking on the **Explore** link in the navigation. From the **Overview** page, you can view auto-exposures from a couple of places: |
| 6 | +- [Exposures menu](#exposures-menu) |
| 7 | +- [File tree](#file-tree) |
| 8 | +- [Project lineage](#project-lineage) |
11 | 9 |
|
12 |
| - - From the **Project lineage** view, which visualizes the dependencies and relationships in your project. Exposures are represented with the Tableau icon, offering an intuitive way to see how they fit into your project's overall data flow. |
| 10 | +### Exposures menu |
| 11 | +View auto exposures from the **Exposures** menu item under **Resources**. This menu provides a comprehensive list of all the exposures so you can quickly access and manage them. The menu displays the following information: |
| 12 | + - **Name**: The name of the exposure. |
| 13 | + - **Health**: The [data health signal](/docs/collaborate/data-health-signals) of the exposure. |
| 14 | + - **Type**: The type of exposure, such as `dashboard` or `notebook`. |
| 15 | + - **Owner**: The owner of the exposure. |
| 16 | + - **Owner email**: The email address of the owner of the exposure. |
| 17 | + - **Integration**: The BI tool that the exposure is integrated with. |
| 18 | + - **Exposure mode**: The type of exposure defined: **Auto** or **Manual**. Exposures in dbt can be configured in two ways: |
| 19 | + - **Manual** — [Defined](/docs/build/exposures) manually and explicitly in your project’s YAML files. |
| 20 | + - **Auto** — Pulled automatically from your BI tool as long as your BI tool integrates with dbt Cloud and you have access to auto-exposures. |
| 21 | + - dbt Cloud automatically creates auto exposures for users with access, removing the need for manual YAML definitions. These auto exposures are stored in dbt’s metadata system, appear in dbt Explorer, and behave like manual exposures, however they don’t exist in YAML files. |
| 22 | +<Lightbox src="/img/docs/cloud-integrations/auto-exposures/explorer-view-resources.jpg" width="120%" title="View from the dbt Explorer under the 'Resources' menu."/> |
13 | 23 |
|
14 |
| - <DocCarousel slidesPerView={1}> |
| 24 | +### File tree |
| 25 | +Locate directly from within the **File tree** under the **imported_from_tableau** sub-folder. This view integrates exposures seamlessly with your project files, making it easy to find and reference them from your project's structure. |
15 | 26 |
|
16 |
| - <Lightbox src="/img/docs/cloud-integrations/auto-exposures/explorer-lineage2.jpg" width="95%" title="View from the dbt Explorer in your Project lineage view, displayed with the Tableau icon."/> |
| 27 | +<Lightbox src="/img/docs/cloud-integrations/auto-exposures/explorer-view-file-tree.jpg" width="120%" title="View from the dbt Explorer under the 'File tree' menu."/> |
17 | 28 |
|
18 |
| - <Lightbox src="/img/docs/cloud-integrations/auto-exposures/explorer-lineage.jpg" width="95%" title="View from the dbt Explorer in your Project lineage view, displayed with the Tableau icon."/> |
| 29 | +### Project lineage |
| 30 | +From the **Project lineage** view, which visualizes the dependencies and relationships in your project. Exposures are represented with the Tableau icon, offering an intuitive way to see how they fit into your project's overall data flow. |
19 | 31 |
|
20 |
| - </DocCarousel> |
| 32 | +<DocCarousel slidesPerView={1}> |
| 33 | + |
| 34 | +<Lightbox src="/img/docs/cloud-integrations/auto-exposures/explorer-lineage2.jpg" width="95%" title="View from the dbt Explorer in your Project lineage view, displayed with the Tableau icon."/> |
| 35 | + |
| 36 | +<Lightbox src="/img/docs/cloud-integrations/auto-exposures/explorer-lineage.jpg" width="95%" title="View from the dbt Explorer in your Project lineage view, displayed with the Tableau icon."/> |
| 37 | + |
| 38 | +</DocCarousel> |
0 commit comments