Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add auto exposures tableau considerations #6879

Open
wants to merge 1 commit into
base: current
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,8 @@ dbt Cloud imports everything in the collection(s) and you can continue to view t
:::info Coming soon
Soon, you’ll also be able to use auto-exposures to trigger the refresh of the data used in your Tableau dashboards from within dbt Cloud. Stay tuned for more on this soon!
:::

## Considerations
import ConsiderationsTableau from '/snippets/_auto-exposures-considerations-tb.md';

<ConsiderationsTableau/>
5 changes: 5 additions & 0 deletions website/docs/docs/collaborate/auto-exposures.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ For more information on how to set up auto-exposures, prerequisites, and more &m
import ViewExposures from '/snippets/_auto-exposures-view.md';

<ViewExposures/>

## Considerations
import ConsiderationsTableau from '/snippets/_auto-exposures-considerations-tb.md';

<ConsiderationsTableau/>
6 changes: 6 additions & 0 deletions website/snippets/_auto-exposures-considerations-tb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Auto-exposures with Tableau have the following considerations:

- You can only connect to a single Tableau site on the same server.
- If you're using Tableau Server, you need to [allowlist dbt Cloud's IP addresses](/docs/cloud/about-cloud/access-regions-ip-addresses) for your dbt Cloud region.
- Tableau dashboards built using custom SQL queries aren't supported.
- Auto-exposures sync automatically **once per day** or when a user updates the selected collections.
Loading