mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-17 11:43:54 +00:00
Doc: Tableau Note Addition (#21928)
* Doc: Tableau Note Addition * Doc: Tableau Note Updation --------- Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”> Co-authored-by: Ayush Shah <ayush@getcollate.io> Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
This commit is contained in:
parent
91408d4440
commit
f759e57d91
@ -38,6 +38,12 @@ For more information on enabling the Tableau Metadata APIs follow the link [here
|
||||
- The minimum required role to retrieve owners is Site Admin Explorer.
|
||||
{% /note %}
|
||||
|
||||
{% note %}
|
||||
- As of OpenMetadata versions `1.7.4` and `1.7.5`, the `siteUrl` field has been removed from the Tableau connector configuration. This change was intentional, as confirmed in the release commit.
|
||||
- To connect to a non-default Tableau site, use the `siteName` field instead. The Tableau Python SDK does not require `siteUrl` for authentication.
|
||||
- Ensure the `siteName` field is correctly populated (do not use `*`) to enable successful metadata ingestion for multi-site Tableau environments.
|
||||
{% /note %}
|
||||
|
||||
## Metadata Ingestion
|
||||
|
||||
{% partial
|
||||
|
@ -5,3 +5,9 @@ slug: /connectors/dashboard/tableau/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% note %}
|
||||
- As of OpenMetadata versions `1.7.4` and `1.7.5`, the `siteUrl` field has been removed from the Tableau connector configuration. This change was intentional, as confirmed in the release commit.
|
||||
- To connect to a non-default Tableau site, use the `siteName` field instead. The Tableau Python SDK does not require `siteUrl` for authentication.
|
||||
- Ensure the `siteName` field is correctly populated (do not use `*`) to enable successful metadata ingestion for multi-site Tableau environments.
|
||||
{% /note %}
|
||||
|
@ -34,6 +34,12 @@ For more information on enabling the Tableau Metadata APIs follow the link [here
|
||||
- Ensure that the **Metadata API** is enabled for the user performing the ingestion. If it is not enabled, ingestion may fail. Follow the official Tableau documentation to [enable the Metadata API](https://help.tableau.com/current/api/metadata_api/en-us/docs/meta_api_start.html#enable-the-tableau-metadata-api-for-tableau-server).
|
||||
{% /note %}
|
||||
|
||||
{% note %}
|
||||
- As of OpenMetadata versions `1.7.4` and `1.7.5`, the `siteUrl` field has been removed from the Tableau connector configuration. This change was intentional, as confirmed in the release commit.
|
||||
- To connect to a non-default Tableau site, use the `siteName` field instead. The Tableau Python SDK does not require `siteUrl` for authentication.
|
||||
- Ensure the `siteName` field is correctly populated (do not use `*`) to enable successful metadata ingestion for multi-site Tableau environments.
|
||||
{% /note %}
|
||||
|
||||
### Python Requirements
|
||||
|
||||
{% partial file="/v1.7/connectors/python-requirements.md" /%}
|
||||
|
@ -38,6 +38,12 @@ For more information on enabling the Tableau Metadata APIs follow the link [here
|
||||
- The minimum required role to retrieve owners is Site Admin Explorer.
|
||||
{% /note %}
|
||||
|
||||
{% note %}
|
||||
- As of OpenMetadata versions `1.7.4` and `1.7.5`, the `siteUrl` field has been removed from the Tableau connector configuration. This change was intentional, as confirmed in the release commit.
|
||||
- To connect to a non-default Tableau site, use the `siteName` field instead. The Tableau Python SDK does not require `siteUrl` for authentication.
|
||||
- Ensure the `siteName` field is correctly populated (do not use `*`) to enable successful metadata ingestion for multi-site Tableau environments.
|
||||
{% /note %}
|
||||
|
||||
## Metadata Ingestion
|
||||
|
||||
{% partial
|
||||
|
@ -5,3 +5,9 @@ slug: /connectors/dashboard/tableau/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.8/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% note %}
|
||||
- As of OpenMetadata versions `1.7.4` and `1.7.5`, the `siteUrl` field has been removed from the Tableau connector configuration. This change was intentional, as confirmed in the release commit.
|
||||
- To connect to a non-default Tableau site, use the `siteName` field instead. The Tableau Python SDK does not require `siteUrl` for authentication.
|
||||
- Ensure the `siteName` field is correctly populated (do not use `*`) to enable successful metadata ingestion for multi-site Tableau environments.
|
||||
{% /note %}
|
||||
|
@ -38,6 +38,12 @@ For more information on enabling the Tableau Metadata APIs follow the link [here
|
||||
- The minimum required role to retrieve owners is Site Admin Explorer.
|
||||
{% /note %}
|
||||
|
||||
{% note %}
|
||||
- As of OpenMetadata versions `1.7.4` and `1.7.5`, the `siteUrl` field has been removed from the Tableau connector configuration. This change was intentional, as confirmed in the release commit.
|
||||
- To connect to a non-default Tableau site, use the `siteName` field instead. The Tableau Python SDK does not require `siteUrl` for authentication.
|
||||
- Ensure the `siteName` field is correctly populated (do not use `*`) to enable successful metadata ingestion for multi-site Tableau environments.
|
||||
{% /note %}
|
||||
|
||||
## Metadata Ingestion
|
||||
|
||||
{% partial
|
||||
|
@ -4,4 +4,11 @@ description: Fix Tableau connector issues in OpenMetadata with expert troublesho
|
||||
slug: /connectors/dashboard/tableau/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.9/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.9connectors/troubleshooting.md" /%}
|
||||
|
||||
{% note %}
|
||||
- As of OpenMetadata versions `1.7.4` and `1.7.5`, the `siteUrl` field has been removed from the Tableau connector configuration. This change was intentional, as confirmed in the release commit.
|
||||
- To connect to a non-default Tableau site, use the `siteName` field instead. The Tableau Python SDK does not require `siteUrl` for authentication.
|
||||
- Ensure the `siteName` field is correctly populated (do not use `*`) to enable successful metadata ingestion for multi-site Tableau environments.
|
||||
{% /note %}
|
||||
|
@ -34,6 +34,12 @@ For more information on enabling the Tableau Metadata APIs follow the link [here
|
||||
- Ensure that the **Metadata API** is enabled for the user performing the ingestion. If it is not enabled, ingestion may fail. Follow the official Tableau documentation to [enable the Metadata API](https://help.tableau.com/current/api/metadata_api/en-us/docs/meta_api_start.html#enable-the-tableau-metadata-api-for-tableau-server).
|
||||
{% /note %}
|
||||
|
||||
{% note %}
|
||||
- As of OpenMetadata versions `1.7.4` and `1.7.5`, the `siteUrl` field has been removed from the Tableau connector configuration. This change was intentional, as confirmed in the release commit.
|
||||
- To connect to a non-default Tableau site, use the `siteName` field instead. The Tableau Python SDK does not require `siteUrl` for authentication.
|
||||
- Ensure the `siteName` field is correctly populated (do not use `*`) to enable successful metadata ingestion for multi-site Tableau environments.
|
||||
{% /note %}
|
||||
|
||||
### Python Requirements
|
||||
|
||||
{% partial file="/v1.9/connectors/python-requirements.md" /%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user