diff --git a/docs/integrations/connectors/glue-catalog/glue-metadata-extraction.md b/docs/integrations/connectors/glue-catalog/glue-metadata-extraction.md index 4dc192ae0d0..ed2f144003a 100644 --- a/docs/integrations/connectors/glue-catalog/glue-metadata-extraction.md +++ b/docs/integrations/connectors/glue-catalog/glue-metadata-extraction.md @@ -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)**