From 6df39ef036e36c5720a5ede5a65d46cb9e4aa36d Mon Sep 17 00:00:00 2001 From: Rounak Dhillon <162090200+RounakDhillon@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:20:54 +0530 Subject: [PATCH] Docs: Tableau Note Updation (#22725) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”> --- .../v1.8/connectors/dashboard/configure-ingestion.md | 10 ++++++++++ .../v1.9/connectors/dashboard/configure-ingestion.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/openmetadata-docs/content/partials/v1.8/connectors/dashboard/configure-ingestion.md b/openmetadata-docs/content/partials/v1.8/connectors/dashboard/configure-ingestion.md index e5bbbdd2437..b28c28bd957 100644 --- a/openmetadata-docs/content/partials/v1.8/connectors/dashboard/configure-ingestion.md +++ b/openmetadata-docs/content/partials/v1.8/connectors/dashboard/configure-ingestion.md @@ -26,6 +26,16 @@ Please follow the instructions below - **Dashboard Filter Pattern (Optional)**: Use it to control whether to include dashboard as part of metadata ingestion. - **Include**: Explicitly include dashboards by adding a list of comma-separated regular expressions to the 'Include' field. OpenMetadata will include all dashboards with names matching one or more of the supplied regular expressions. All other dashboards will be excluded. - **Exclude**: Explicitly exclude dashboards by adding a list of comma-separated regular expressions to the 'Exclude' field. OpenMetadata will exclude all dashboards with names matching one or more of the supplied regular expressions. All other dashboards will be included. +- **projectFilterPattern**: Filter the dashboards, charts and data sources by projects. Note that all of them support regex as include or exclude. E.g., "My project, My proj.*, .*Project". + +{% note %} + +We filter the projects by concatenating the entire project hierarchy using dot notation +(e.g., `Project1.NestedProjectA.OtherProject`). +Make sure the regex filter pattern accounts for this fully-qualified format. + +{% /note %} + - **Chart Pattern (Optional)**: Use it to control whether to include charts as part of metadata ingestion. - **Include**: Explicitly include charts by adding a list of comma-separated regular expressions to the 'Include' field. OpenMetadata will include all charts with names matching one or more of the supplied regular expressions. All other charts will be excluded. - **Exclude**: Explicitly exclude charts by adding a list of comma-separated regular expressions to the 'Exclude' field. OpenMetadata will exclude all charts with names matching one or more of the supplied regular expressions. All other charts will be included. diff --git a/openmetadata-docs/content/partials/v1.9/connectors/dashboard/configure-ingestion.md b/openmetadata-docs/content/partials/v1.9/connectors/dashboard/configure-ingestion.md index e5bbbdd2437..b28c28bd957 100644 --- a/openmetadata-docs/content/partials/v1.9/connectors/dashboard/configure-ingestion.md +++ b/openmetadata-docs/content/partials/v1.9/connectors/dashboard/configure-ingestion.md @@ -26,6 +26,16 @@ Please follow the instructions below - **Dashboard Filter Pattern (Optional)**: Use it to control whether to include dashboard as part of metadata ingestion. - **Include**: Explicitly include dashboards by adding a list of comma-separated regular expressions to the 'Include' field. OpenMetadata will include all dashboards with names matching one or more of the supplied regular expressions. All other dashboards will be excluded. - **Exclude**: Explicitly exclude dashboards by adding a list of comma-separated regular expressions to the 'Exclude' field. OpenMetadata will exclude all dashboards with names matching one or more of the supplied regular expressions. All other dashboards will be included. +- **projectFilterPattern**: Filter the dashboards, charts and data sources by projects. Note that all of them support regex as include or exclude. E.g., "My project, My proj.*, .*Project". + +{% note %} + +We filter the projects by concatenating the entire project hierarchy using dot notation +(e.g., `Project1.NestedProjectA.OtherProject`). +Make sure the regex filter pattern accounts for this fully-qualified format. + +{% /note %} + - **Chart Pattern (Optional)**: Use it to control whether to include charts as part of metadata ingestion. - **Include**: Explicitly include charts by adding a list of comma-separated regular expressions to the 'Include' field. OpenMetadata will include all charts with names matching one or more of the supplied regular expressions. All other charts will be excluded. - **Exclude**: Explicitly exclude charts by adding a list of comma-separated regular expressions to the 'Exclude' field. OpenMetadata will exclude all charts with names matching one or more of the supplied regular expressions. All other charts will be included.