mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-30 17:44:16 +00:00
32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
|
|
{% step srNumber=7 %}
|
||
|
|
|
||
|
|
{% stepDescription title="7. Configure Metadata Ingestion" %}
|
||
|
|
|
||
|
|
In this step we will configure the metadata ingestion pipeline,
|
||
|
|
Please follow the instructions below
|
||
|
|
|
||
|
|
{% /stepDescription %}
|
||
|
|
|
||
|
|
{% stepVisualInfo %}
|
||
|
|
|
||
|
|
{% image
|
||
|
|
src="/images/v1.1.0/connectors/configure-metadata-ingestion-storage.png"
|
||
|
|
alt="Configure Metadata Ingestion"
|
||
|
|
caption="Configure Metadata Ingestion Page" /%}
|
||
|
|
|
||
|
|
{% /stepVisualInfo %}
|
||
|
|
|
||
|
|
{% /step %}
|
||
|
|
|
||
|
|
{% extraContent parentTagName="stepsContainer" %}
|
||
|
|
|
||
|
|
#### Metadata Ingestion Options
|
||
|
|
|
||
|
|
- **Name**: This field refers to the name of ingestion pipeline, you can customize the name or use the generated name.
|
||
|
|
- **Container Filter Pattern (Optional)**: To control whether to include a container as part of metadata ingestion.
|
||
|
|
- **Include**: Explicitly include containers by adding a list of comma-separated regular expressions to the Include field. OpenMetadata will include all containers with names matching one or more of the supplied regular expressions. All other containers will be excluded.
|
||
|
|
- **Exclude**: Explicitly exclude containers by adding a list of comma-separated regular expressions to the Exclude field. OpenMetadata will exclude all containers with names matching one or more of the supplied regular expressions. All other containers will be included.
|
||
|
|
- **Enable Debug Log (toggle)**: Set the Enable Debug Log toggle to set the default log level to debug.
|
||
|
|
|
||
|
|
{% /extraContent %}
|