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:
Rounak Dhillon 2025-07-11 10:29:59 +05:30 committed by GitHub
parent 91408d4440
commit f759e57d91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 50 additions and 1 deletions

View File

@ -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

View File

@ -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 %}

View File

@ -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" /%}

View File

@ -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

View File

@ -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 %}

View File

@ -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

View File

@ -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 %}

View File

@ -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" /%}