Skip to main content

Configure auto-exposures beta

As a data team, it’s critical that you have context into the downstream use cases and users of your data products. Auto-exposures integrates natively with Tableau and auto-generates downstream lineage in dbt Explorer for a richer experience.

Available in beta

Auto-exposures are currently available in beta to a limited group of users and are gradually being rolled out. If you're interested in gaining access or learning more, stay tuned for updates!

Auto-exposures help data teams optimize their efficiency and ensure data quality by:

  • Helping users understand how their models are used in downstream analytics tools to inform investments and reduce incidents — ultimately building trust and confidence in data products.
  • Importing and auto-generating exposures based on Tableau dashboards, with user-defined curation.
  • Enabling the active exposure work to run models based on when exposures are updated or need to be updated, improving timeliness and reducing costs.

Prerequisites

To access the features, you should meet the following:

  1. You have a dbt Cloud account on the Enterprise plan.
  2. You have set up a production deployment environment for each project you want to explore, with at least one successful job run.
  3. You have admin permissions in dbt Cloud to edit project settings or production environment settings
  4. Use Tableau as your BI tool and can enable metadata permissions or work with an admin to do so. Compatible with Tableau Cloud or Tableau Server with the Metadata API enabled.

Set up in Tableau

This section of the document explains the steps you need to set up the auto-exposures integration with Tableau. Once you've set this up in Tableau and dbt Cloud, you can view the auto-exposures in dbt Explorer.

To set up personal access tokens (PATs) needed for auto exposures, ask a site admin to configure it for the account.

  1. Ensure you or a site admin enables PATs for the account in Tableau.

    Enable PATs for the account in TableauEnable PATs for the account in Tableau
  2. Create a PAT that you can add to dbt Cloud to pull in Tableau metadata for auto exposures.

    Create PATs for the account in TableauCreate PATs for the account in Tableau
  3. Copy the Secret and the Token name and enter them in dbt Cloud. The secret is only displayed once, so store it in a safe location (like a password manager).

    Copy the secret and token name to enter them in dbt CloudCopy the secret and token name to enter them in dbt Cloud
  4. Copy the Server URL and Sitename. You can find these in the URL while logged into Tableau.

    Locate the Server URL and Sitename in TableauLocate the Server URL and Sitename in Tableau

    For example, if the full URL is: 10az.online.tableau.com/#/site/dbtlabspartner/explore:

    • The Server URL is the first part of the URL, in this case: 10az.online.tableau.com
    • The Sitename is right after the site in the URL, in this case: dbtlabspartner
  5. You should now be ready to set up auto-exposures in dbt Cloud after copying the following items, which you'll need during the dbt Cloud setup: ServerURL, Sitename, Token name, and Secret.

Set up in dbt Cloud enterprise

  1. In dbt Cloud, navigate to the project you want to add the auto-exposures to and then select Settings.

  2. Under the Exposures section, select Add integration to add the Tableau connection.

    Select Add Integration to add the Tableau connection.Select Add Integration to add the Tableau connection.
  3. Enter the details for the exposure connection you collected from Tableau in the previous step and click Continue. Note that all fields are case-sensitive.

    Enter the details for the exposure connection.Enter the details for the exposure connection.
  4. Select the collections you want to include for auto exposures.

    dbt Cloud automatically imports and syncs any workbook within the selected collections. New additions to the collections will be added to the lineage in dbt Cloud during the next automatic sync (usually once per day).

    Select the collections you want to include for auto exposures.Select the collections you want to include for auto exposures.
  5. Click Save. dbt Cloud imports everything in this collection and you can continue to view them in Explorer using the next steps.

For more information on how to view and use auto-exposures, refer to View auto-exposures from dbt Explorer page.

View from the dbt Explorer in your Project lineage view, displayed with the Tableau icon.View from the dbt Explorer in your Project lineage view, displayed with the Tableau icon.

Refresh auto-exposures in jobs

Coming soon

Soon, you’ll also be able to use auto-exposures trigger refresh of the data used in your Tableau dashboards from within dbt Cloud. Stay tuned for more on this soon!

0