From f759e57d911d9ac8f8098252cf5d13a0eb9bb5c6 Mon Sep 17 00:00:00 2001 From: Rounak Dhillon <162090200+RounakDhillon@users.noreply.github.com> Date: Fri, 11 Jul 2025 10:29:59 +0530 Subject: [PATCH] Doc: Tableau Note Addition (#21928) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Doc: Tableau Note Addition * Doc: Tableau Note Updation --------- Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”> Co-authored-by: Ayush Shah Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com> --- .../content/v1.7.x/connectors/dashboard/tableau/index.md | 6 ++++++ .../connectors/dashboard/tableau/troubleshooting.md | 6 ++++++ .../content/v1.7.x/connectors/dashboard/tableau/yaml.md | 6 ++++++ .../content/v1.8.x/connectors/dashboard/tableau/index.md | 6 ++++++ .../connectors/dashboard/tableau/troubleshooting.md | 6 ++++++ .../connectors/dashboard/tableau/index.md | 6 ++++++ .../connectors/dashboard/tableau/troubleshooting.md | 9 ++++++++- .../v1.9.x-SNAPSHOT/connectors/dashboard/tableau/yaml.md | 6 ++++++ 8 files changed, 50 insertions(+), 1 deletion(-) diff --git a/openmetadata-docs/content/v1.7.x/connectors/dashboard/tableau/index.md b/openmetadata-docs/content/v1.7.x/connectors/dashboard/tableau/index.md index 49e416f8c2a..791d8adeef7 100644 --- a/openmetadata-docs/content/v1.7.x/connectors/dashboard/tableau/index.md +++ b/openmetadata-docs/content/v1.7.x/connectors/dashboard/tableau/index.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 diff --git a/openmetadata-docs/content/v1.7.x/connectors/dashboard/tableau/troubleshooting.md b/openmetadata-docs/content/v1.7.x/connectors/dashboard/tableau/troubleshooting.md index f4719d2cbaa..2ff12560043 100644 --- a/openmetadata-docs/content/v1.7.x/connectors/dashboard/tableau/troubleshooting.md +++ b/openmetadata-docs/content/v1.7.x/connectors/dashboard/tableau/troubleshooting.md @@ -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 %} diff --git a/openmetadata-docs/content/v1.7.x/connectors/dashboard/tableau/yaml.md b/openmetadata-docs/content/v1.7.x/connectors/dashboard/tableau/yaml.md index bbfa06946b7..7efb57c9b63 100644 --- a/openmetadata-docs/content/v1.7.x/connectors/dashboard/tableau/yaml.md +++ b/openmetadata-docs/content/v1.7.x/connectors/dashboard/tableau/yaml.md @@ -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" /%} diff --git a/openmetadata-docs/content/v1.8.x/connectors/dashboard/tableau/index.md b/openmetadata-docs/content/v1.8.x/connectors/dashboard/tableau/index.md index 85aaf86a6e3..63323e0482f 100644 --- a/openmetadata-docs/content/v1.8.x/connectors/dashboard/tableau/index.md +++ b/openmetadata-docs/content/v1.8.x/connectors/dashboard/tableau/index.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 diff --git a/openmetadata-docs/content/v1.8.x/connectors/dashboard/tableau/troubleshooting.md b/openmetadata-docs/content/v1.8.x/connectors/dashboard/tableau/troubleshooting.md index 39fbd8d90ad..b1edfd056e5 100644 --- a/openmetadata-docs/content/v1.8.x/connectors/dashboard/tableau/troubleshooting.md +++ b/openmetadata-docs/content/v1.8.x/connectors/dashboard/tableau/troubleshooting.md @@ -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 %} diff --git a/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/dashboard/tableau/index.md b/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/dashboard/tableau/index.md index ee023bccf9d..49f4077e698 100644 --- a/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/dashboard/tableau/index.md +++ b/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/dashboard/tableau/index.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 diff --git a/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/dashboard/tableau/troubleshooting.md b/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/dashboard/tableau/troubleshooting.md index 63569eed3e2..0c09c3eddb4 100644 --- a/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/dashboard/tableau/troubleshooting.md +++ b/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/dashboard/tableau/troubleshooting.md @@ -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 %} diff --git a/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/dashboard/tableau/yaml.md b/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/dashboard/tableau/yaml.md index 1f686862dc4..84c51d0b4e8 100644 --- a/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/dashboard/tableau/yaml.md +++ b/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/dashboard/tableau/yaml.md @@ -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" /%}