mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
Doc: Updated Filter Docs (#17197)
This commit is contained in:
parent
c4ab0c6191
commit
2e32bb26ff
@ -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 %}
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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 %}
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user