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

call out live connection #6520

Merged
merged 2 commits into from
Nov 21, 2024
Merged
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 @@ -46,8 +46,8 @@
## Using the integration

1. **Authentication** — Once you authenticate, the system will direct you to the data source page.
2. **Access all Semantic Layer Objects** — Use the "ALL" data source to access all the metrics, dimensions, and entities configured in your dbt Semantic Layer. Note that the "METRICS_AND_DIMENSIONS" data source has been deprecated and replaced by "ALL".
3. **Access saved queries** — You can optionally access individual [saved queries](/docs/build/saved-queries) that you've defined. These will also show up as unique data sources when you log in.
2. **Access all Semantic Layer Objects** — Use the "ALL" data source to access all the metrics, dimensions, and entities configured in your dbt Semantic Layer. Note that the "METRICS_AND_DIMENSIONS" data source has been deprecated and replaced by "ALL". Be sure to use a live connection since extracts are not supported at this time.

Check warning on line 49 in website/docs/docs/cloud-integrations/semantic-layer/tableau.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/cloud-integrations/semantic-layer/tableau.md#L49

[custom.Typos] Oops there's a typo -- did you really mean 'METRICS_AND_DIMENSIONS'?
Raw output
{"message": "[custom.Typos] Oops there's a typo -- did you really mean 'METRICS_AND_DIMENSIONS'? ", "location": {"path": "website/docs/docs/cloud-integrations/semantic-layer/tableau.md", "range": {"start": {"line": 49, "column": 182}}}, "severity": "WARNING"}
3. **Access saved queries** — You can optionally access individual [saved queries](/docs/build/saved-queries) that you've defined. These will also show up as unique data sources when you log in.
4. **Access worksheet** — From your data source selection, go directly to a worksheet in the bottom left-hand corner.
5. **Query metrics and dimensions** — Then, you'll find all the metrics, dimensions, and entities that are available to query on the left side of your window based on your selection.

Expand Down
Loading