Doc: Updated Filter Docs (#17197)

This commit is contained in:
Prajwal214 2024-07-29 12:26:44 +05:30 committed by GitHub
parent c4ab0c6191
commit 2e32bb26ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 16 additions and 4 deletions

View File

@ -14,9 +14,9 @@ process is the same for Pipelines, Dashboard or Messaging services.
{% note %}
#### This guide is based on a working example in the OpenMetadata Demos repository: [link](https://github.com/open-metadata/openmetadata-demo/tree/main/custom-connector).
This guide is based on a working example in the OpenMetadata Demos repository: [link](https://github.com/open-metadata/openmetadata-demo/tree/main/custom-connector).
#### We'd recommend to go through the example to better understand how all the pieces should look like.
We'd recommend to go through the example to better understand how all the pieces should look like.
{% /note %}

View File

@ -12,6 +12,12 @@ One can configure the metadata ingestion filter for database source using four c
`Schema Filter Pattern`, `Table Filter Pattern` & `Use FQN For Filtering`. In this document we will learn about each field in detail
along with many examples.
{% note %}
When both include and exclude filters are present, the include filter takes precedence and will be applied exclusively. The exclude filter will be ignored in this scenario.
{% /note %}
### Configuring Filters via UI
Filters can be configured in UI while adding an ingestion pipeline through `Add Metadata Ingestion` page.

View File

@ -14,9 +14,9 @@ process is the same for Pipelines, Dashboard or Messaging services.
{% note %}
#### This guide is based on a working example in the OpenMetadata Demos repository: [link](https://github.com/open-metadata/openmetadata-demo/tree/main/custom-connector).
This guide is based on a working example in the OpenMetadata Demos repository: [link](https://github.com/open-metadata/openmetadata-demo/tree/main/custom-connector).
#### We'd recommend to go through the example to better understand how all the pieces should look like.
We'd recommend to go through the example to better understand how all the pieces should look like.
{% /note %}

View File

@ -12,6 +12,12 @@ One can configure the metadata ingestion filter for database source using four c
`Schema Filter Pattern`, `Table Filter Pattern` & `Use FQN For Filtering`. In this document we will learn about each field in detail
along with many examples.
{% note %}
When both include and exclude filters are present, the include filter takes precedence and will be applied exclusively. The exclude filter will be ignored in this scenario.
{% /note %}
### Configuring Filters via UI
Filters can be configured in UI while adding an ingestion pipeline through `Add Metadata Ingestion` page.