From ba1c81c03d4754b3cb88a93467beea57f482ab63 Mon Sep 17 00:00:00 2001 From: Rounak Dhillon <162090200+RounakDhillon@users.noreply.github.com> Date: Tue, 1 Apr 2025 11:19:39 +0530 Subject: [PATCH] Docs: connector feature addition along with note addition in power Bi (#20483) Co-authored-by: Rounak Dhillon --- .../content/v1.6.x/connectors/dashboard/powerbi/index.md | 4 ++++ .../content/v1.6.x/connectors/dashboard/powerbi/yaml.md | 4 ++++ .../content/v1.6.x/connectors/dashboard/quicksight/index.md | 4 ++-- .../content/v1.6.x/connectors/dashboard/quicksight/yaml.md | 4 ++-- .../content/v1.6.x/connectors/database/postgres/yaml.md | 4 ++-- .../v1.7.x-SNAPSHOT/connectors/dashboard/powerbi/index.md | 4 ++++ .../v1.7.x-SNAPSHOT/connectors/dashboard/powerbi/yaml.md | 4 ++++ .../v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/index.md | 4 ++-- .../v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/yaml.md | 4 ++-- .../v1.7.x-SNAPSHOT/connectors/database/postgres/yaml.md | 4 ++-- 10 files changed, 28 insertions(+), 12 deletions(-) diff --git a/openmetadata-docs/content/v1.6.x/connectors/dashboard/powerbi/index.md b/openmetadata-docs/content/v1.6.x/connectors/dashboard/powerbi/index.md index 92892c8b05a..7d466780cd1 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/dashboard/powerbi/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/dashboard/powerbi/index.md @@ -33,6 +33,10 @@ To access the PowerBI APIs and import dashboards, charts, and datasets from Powe PowerBI dataflows are not yet supported. {% /note %} +{% note %} +When configuring Azure Authentication, ensure that "Allow public client flows" is enabled. This setting is required to support authentication for public client applications. +{% /note %} + ### PowerBI Admin and Non-Admin APIs: While configuring the PowerBI ingestion you can choose whether to use the PowerBI Admin APIs to retrieve the metadata or use the PowerBI Non-Admin APIs. Please check below for the the difference in their functionality: diff --git a/openmetadata-docs/content/v1.6.x/connectors/dashboard/powerbi/yaml.md b/openmetadata-docs/content/v1.6.x/connectors/dashboard/powerbi/yaml.md index 468651e3c87..97a0909875a 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/dashboard/powerbi/yaml.md +++ b/openmetadata-docs/content/v1.6.x/connectors/dashboard/powerbi/yaml.md @@ -31,6 +31,10 @@ To access the PowerBI APIs and import dashboards, charts, and datasets from Powe PowerBI dataflows are not yet supported. {% /note %} +{% note %} +When configuring Azure Authentication, ensure that "Allow public client flows" is enabled. This setting is required to support authentication for public client applications. +{% /note %} + ### PowerBI Admin and Non-Admin APIs: While configuring the PowerBI ingestion you can choose whether to use the PowerBI Admin APIs to retrieve the metadata or use the PowerBI Non-Admin APIs. Please check below for the the difference in their functionality: diff --git a/openmetadata-docs/content/v1.6.x/connectors/dashboard/quicksight/index.md b/openmetadata-docs/content/v1.6.x/connectors/dashboard/quicksight/index.md index 58bdfa8a806..0d6cb7e7f5c 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/dashboard/quicksight/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/dashboard/quicksight/index.md @@ -7,8 +7,8 @@ slug: /connectors/dashboard/quicksight name="QuickSight" stage="PROD" platform="OpenMetadata" - availableFeatures=["Dashboards", "Charts", "Lineage"] - unavailableFeatures=["Owners", "Tags", "Datamodels", "Projects"] + availableFeatures=["Dashboards", "Charts", "Lineage", "Datamodels"] + unavailableFeatures=["Owners", "Tags", "Projects"] / %} In this section, we provide guides and references to use the QuickSight connector. diff --git a/openmetadata-docs/content/v1.6.x/connectors/dashboard/quicksight/yaml.md b/openmetadata-docs/content/v1.6.x/connectors/dashboard/quicksight/yaml.md index d6bee5df54d..37a3bcd4ecd 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/dashboard/quicksight/yaml.md +++ b/openmetadata-docs/content/v1.6.x/connectors/dashboard/quicksight/yaml.md @@ -7,8 +7,8 @@ slug: /connectors/dashboard/quicksight/yaml name="QuickSight" stage="PROD" platform="OpenMetadata" - availableFeatures=["Dashboards", "Charts", "Lineage"] - unavailableFeatures=["Owners", "Tags", "Datamodels", "Projects"] + availableFeatures=["Dashboards", "Charts", "Lineage", "Datamodels"] + unavailableFeatures=["Owners", "Tags", "Projects"] / %} In this section, we provide guides and references to use the QuickSight connector. diff --git a/openmetadata-docs/content/v1.6.x/connectors/database/postgres/yaml.md b/openmetadata-docs/content/v1.6.x/connectors/database/postgres/yaml.md index c3f5134a48e..24a744d7a79 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/database/postgres/yaml.md +++ b/openmetadata-docs/content/v1.6.x/connectors/database/postgres/yaml.md @@ -7,8 +7,8 @@ slug: /connectors/database/postgres/yaml name="PostgreSQL" stage="PROD" platform="OpenMetadata" -availableFeatures=["Metadata", "Query Usage", "Data Profiler", "Data Quality", "dbt", "Lineage", "Column-level Lineage", "Owners", "Tags", "Sample Data"] -unavailableFeatures=["Stored Procedures"] +availableFeatures=["Metadata", "Query Usage", "Data Profiler", "Data Quality", "dbt", "Lineage", "Column-level Lineage", "Owners", "Tags", "Sample Data", "Stored Procedures"] +unavailableFeatures=[] / %} In this section, we provide guides and references to use the PostgreSQL connector. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/powerbi/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/powerbi/index.md index 189764e084f..353a00423f3 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/powerbi/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/powerbi/index.md @@ -37,6 +37,10 @@ PowerBI dataflows are not yet supported. OpenMetadata does not support Power BI usage ingestion because the Power BI Usage API does not support Service Principal authentication. {% /note %} +{% note %} +When configuring Azure Authentication, ensure that "Allow public client flows" is enabled. This setting is required to support authentication for public client applications. +{% /note %} + ### PowerBI Admin and Non-Admin APIs: While configuring the PowerBI ingestion you can choose whether to use the PowerBI Admin APIs to retrieve the metadata or use the PowerBI Non-Admin APIs. Please check below for the the difference in their functionality: diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/powerbi/yaml.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/powerbi/yaml.md index 275a340d652..9d19fb7eb8e 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/powerbi/yaml.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/powerbi/yaml.md @@ -35,6 +35,10 @@ PowerBI dataflows are not yet supported. OpenMetadata does not support Power BI usage ingestion because the Power BI Usage API does not support Service Principal authentication. {% /note %} +{% note %} +When configuring Azure Authentication, ensure that "Allow public client flows" is enabled. This setting is required to support authentication for public client applications. +{% /note %} + ### PowerBI Admin and Non-Admin APIs: While configuring the PowerBI ingestion you can choose whether to use the PowerBI Admin APIs to retrieve the metadata or use the PowerBI Non-Admin APIs. Please check below for the the difference in their functionality: diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/index.md index ce40ae2c856..7a78d49f433 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/index.md @@ -7,8 +7,8 @@ slug: /connectors/dashboard/quicksight name="QuickSight" stage="PROD" platform="OpenMetadata" - availableFeatures=["Dashboards", "Charts", "Lineage"] - unavailableFeatures=["Owners", "Tags", "Datamodels", "Projects"] + availableFeatures=["Dashboards", "Charts", "Lineage", "Datamodels"] + unavailableFeatures=["Owners", "Tags", "Projects"] / %} In this section, we provide guides and references to use the QuickSight connector. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/yaml.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/yaml.md index e8804cc3ebd..474f9a5382e 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/yaml.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/yaml.md @@ -7,8 +7,8 @@ slug: /connectors/dashboard/quicksight/yaml name="QuickSight" stage="PROD" platform="OpenMetadata" - availableFeatures=["Dashboards", "Charts", "Lineage"] - unavailableFeatures=["Owners", "Tags", "Datamodels", "Projects"] + availableFeatures=["Dashboards", "Charts", "Lineage", "Datamodels"] + unavailableFeatures=["Owners", "Tags", "Projects"] / %} In this section, we provide guides and references to use the QuickSight connector. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/postgres/yaml.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/postgres/yaml.md index e2212f129df..0a902d9bfe3 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/postgres/yaml.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/postgres/yaml.md @@ -7,8 +7,8 @@ slug: /connectors/database/postgres/yaml name="PostgreSQL" stage="PROD" platform="OpenMetadata" -availableFeatures=["Metadata", "Query Usage", "Data Profiler", "Data Quality", "dbt", "Lineage", "Column-level Lineage", "Owners", "Tags", "Sample Data"] -unavailableFeatures=["Stored Procedures"] +availableFeatures=["Metadata", "Query Usage", "Data Profiler", "Data Quality", "dbt", "Lineage", "Column-level Lineage", "Owners", "Tags", "Sample Data", "Stored Procedures"] +unavailableFeatures=[] / %} In this section, we provide guides and references to use the PostgreSQL connector.