mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-12 19:48:26 +00:00
GitBook: [#157] Glue Changes
This commit is contained in:
parent
2412a436ea
commit
d4d291008a
@ -348,26 +348,6 @@ Exclude views as follows.
|
||||
|
||||
#### ****
|
||||
|
||||
#### **include\_tables (optional)**
|
||||
|
||||
Use `source.config.include_tables` to control whether or not to include tables as part of metadata ingestion and data profiling.
|
||||
|
||||
Explicitly include tables by adding the following key-value pair in the `source.config` field of your configuration file.
|
||||
|
||||
```javascript
|
||||
"include_tables": "true"
|
||||
```
|
||||
|
||||
Exclude tables as follows.
|
||||
|
||||
```javascript
|
||||
"include_tables": "false"
|
||||
```
|
||||
|
||||
{% hint style="info" %}
|
||||
**Note:** `source.config.include_tables` is set to true by default.
|
||||
{% endhint %}
|
||||
|
||||
****
|
||||
|
||||
**table\_filter\_pattern (optional)**
|
||||
@ -618,16 +598,6 @@ Explicitly include tables by adding a list of comma-separated regular expression
|
||||
|
||||
Explicitly exclude tables by adding a list of comma-separated regular expressions to the _Exclude_ field. OpenMetadata will exclude all tables with names matching one or more of the supplied regular expressions. All other tables will be included. See the figure above for an example. 
|
||||
|
||||
#### Include (Schema Filter Pattern)
|
||||
|
||||
Use to schema filter patterns to control whether or not to include schemas as part of metadata ingestion and data profiling.
|
||||
|
||||
Explicitly include schemas by adding a list of comma-separated regular expressions to the _Include_ field. OpenMetadata will include all schemas with names matching one or more of the supplied regular expressions. All other schemas will be excluded.
|
||||
|
||||
#### Exclude (Schema Filter Pattern)
|
||||
|
||||
Explicitly exclude schemas by adding a list of comma-separated regular expressions to the _Exclude_ field. OpenMetadata will exclude all schemas with names matching one or more of the supplied regular expressions. All other schemas will be included.
|
||||
|
||||
**Include views (toggle)**
|
||||
|
||||
Set the _Include views_ toggle to the on position to control whether or not to include views as part of metadata ingestion and data profiling.
|
||||
@ -1014,26 +984,6 @@ Exclude views as follows.
|
||||
|
||||
#### ****
|
||||
|
||||
#### **include\_tables (optional)**
|
||||
|
||||
Use `source.config.include_tables` to control whether or not to include tables as part of metadata ingestion and data profiling.
|
||||
|
||||
Explicitly include tables by adding the following key-value pair in the `source.config` field of your configuration file.
|
||||
|
||||
```javascript
|
||||
"include_tables": "true"
|
||||
```
|
||||
|
||||
Exclude tables as follows.
|
||||
|
||||
```javascript
|
||||
"include_tables": "false"
|
||||
```
|
||||
|
||||
{% hint style="info" %}
|
||||
**Note:** `source.config.include_tables` is set to true by default.
|
||||
{% endhint %}
|
||||
|
||||
****
|
||||
|
||||
**table\_filter\_pattern (optional)**
|
||||
|
Loading…
x
Reference in New Issue
Block a user